Class PhysicalObject.BodyChunkConnection
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class PhysicalObject.BodyChunkConnection
- Inheritance
-
PhysicalObject.BodyChunkConnection
- Inherited Members
Constructors
BodyChunkConnection(BodyChunk, BodyChunk, float, Type, float, float)
public BodyChunkConnection(BodyChunk chunk1, BodyChunk chunk2, float distance, PhysicalObject.BodyChunkConnection.Type type, float elasticity, float weightSymmetry)
Parameters
chunk1BodyChunkchunk2BodyChunkdistancefloattypePhysicalObject.BodyChunkConnection.TypeelasticityfloatweightSymmetryfloat
Fields
active
public bool active
Field Value
chunk1
public BodyChunk chunk1
Field Value
chunk2
public BodyChunk chunk2
Field Value
distance
public float distance
Field Value
elasticity
public float elasticity
Field Value
type
public PhysicalObject.BodyChunkConnection.Type type
Field Value
weightSymmetry
public float weightSymmetry
Field Value
Methods
Update()
public void Update()