Click or drag to resize
JointXGetBindposesOfJointsInSceneT Method
Gets the bindposes of Joints in the scene.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public static Dictionary<T, Matrix4x4> GetBindposesOfJointsInScene<T>(
	JointXWarningMode warningMode = JointXWarningMode.Silent
)
where T : Joint

Parameters

warningMode (Optional)
Type: Candlelight.PhysicsJointXWarningMode
Warning mode.

Type Parameters

T
A Joint type.

Return Value

Type: DictionaryT, Matrix4x4
The bindposes of Joints in the scene of a given type.
See Also