ArmatureInstance.SetLocalMatrix

ArmatureInstance.SetLocalMatrix method

Sets the matrix of a bone.

public void SetLocalMatrix(string name, Matrix4x4 localMatrix)
ParameterTypeDescription
nameStringThe name of the node to be set.
localMatrixMatrix4x4A matrix relative to its parent bone.

See Also