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