Struct Sphere
- Assembly
- ValveResourceFormat.dll
Represents a sphere shape.
public struct Sphere
Inherited Members
Constructors
Sphere(KVObject)
Initializes a new instance of the ValveResourceFormat.ResourceTypes.RubikonPhysics.Shapes.Sphere struct.
public Sphere(KVObject data)
Parameters
data
KVObject
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; }