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