Struct Shape
- Assembly
- ValveResourceFormat.dll
Represents a physics shape.
public struct Shape
Inherited Members
Constructors
Shape(KVObject)
Initializes a new instance of the ValveResourceFormat.ResourceTypes.RubikonPhysics.Shape struct.
public Shape(KVObject data)
Parameters
data
KVObject
Properties
Capsules
Gets or sets the capsule descriptors.
public CapsuleDescriptor[] Capsules { readonly get; set; }
Property Value
CollisionAttributeIndices
Gets or sets the collision attribute indices.
public int[] CollisionAttributeIndices { readonly get; set; }
Property Value
- int[]
Hulls
Gets or sets the hull descriptors.
public HullDescriptor[] Hulls { readonly get; set; }
Property Value
Meshes
Gets or sets the mesh descriptors.
public MeshDescriptor[] Meshes { readonly get; set; }
Property Value
Spheres
Gets or sets the sphere descriptors.
public SphereDescriptor[] Spheres { readonly get; set; }