Table of Contents

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

chunk1 BodyChunk
chunk2 BodyChunk
distance float
type PhysicalObject.BodyChunkConnection.Type
elasticity float
weightSymmetry float

Fields

active

public bool active

Field Value

bool

chunk1

public BodyChunk chunk1

Field Value

BodyChunk

chunk2

public BodyChunk chunk2

Field Value

BodyChunk

distance

public float distance

Field Value

float

elasticity

public float elasticity

Field Value

float

type

public PhysicalObject.BodyChunkConnection.Type type

Field Value

PhysicalObject.BodyChunkConnection.Type

weightSymmetry

public float weightSymmetry

Field Value

float

Methods

Update()

public void Update()