Table of Contents

Struct Part

Namespace
ValveResourceFormat.ResourceTypes.RubikonPhysics
Assembly
ValveResourceFormat.dll

Represents a physics part.

public struct Part

Inherited Members

Constructors

Part(KVObject)

Initializes a new instance of the ValveResourceFormat.ResourceTypes.RubikonPhysics.Part struct.

public Part(KVObject data)

Parameters

data KVObject

Properties

CollisionAttributeIndex

Gets or sets the collision attribute index.

public int CollisionAttributeIndex { readonly get; set; }

Property Value

int

Flags

Gets or sets the flags.

public int Flags { readonly get; set; }

Property Value

int

Mass

Gets or sets the mass.

public float Mass { readonly get; set; }

Property Value

float

Shape

Gets or sets the shape.

public Shape Shape { readonly get; set; }

Property Value

Shape