Click or drag to resize
SymmetricalTransformCorrespondingTransformBindpose Property
Gets the CorrespondingTransform's bindpose, which is its matrix in the space of this object's Transform at bind time.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public Matrix4x4 CorrespondingTransformBindpose { get; }

Property Value

Type: Matrix4x4
The CorrespondingTransform's bindpose.
See Also