Struct Sphere
- Assembly
- ValveResourceFormat.dll
Represents a sphere shape.
public struct SphereInherited Members
Constructors
Sphere(KVObject)
Initializes a new instance of the ValveResourceFormat.ResourceTypes.RubikonPhysics.Shapes.Sphere struct.
public Sphere(KVObject data)Parameters
dataKVObject
Properties
Center
Gets or sets the center of the sphere.
public Vector3 Center { readonly get; set; }Property Value
Radius
Gets or sets the radius of the sphere.
public float Radius { readonly get; set; }