Struct Part
- Assembly
- ValveResourceFormat.dll
Represents a physics part.
public struct PartInherited Members
Constructors
Part(KVObject)
Initializes a new instance of the ValveResourceFormat.ResourceTypes.RubikonPhysics.Part struct.
public Part(KVObject data)Parameters
dataKVObject
Properties
CollisionAttributeIndex
Gets or sets the collision attribute index.
public int CollisionAttributeIndex { readonly get; set; }Property Value
Flags
Gets or sets the flags.
public int Flags { readonly get; set; }Property Value
Mass
Gets or sets the mass.
public float Mass { readonly get; set; }Property Value
Shape
Gets or sets the shape.
public Shape Shape { readonly get; set; }