 | JointXGetBindposesOfJointsInSceneT Method |
Gets the bindposes of
Joints in the scene.
Namespace: Candlelight.PhysicsAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic 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,
Matrix4x4The bindposes of
Joints in the scene of a given type.
See Also