Table of Contents

Struct Shape

Namespace
ValveResourceFormat.ResourceTypes.RubikonPhysics
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

CapsuleDescriptor[]

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

HullDescriptor[]

Meshes

Gets or sets the mesh descriptors.

public MeshDescriptor[] Meshes { readonly get; set; }

Property Value

MeshDescriptor[]

Spheres

Gets or sets the sphere descriptors.

public SphereDescriptor[] Spheres { readonly get; set; }

Property Value

SphereDescriptor[]