NodeBuilder.LocalMatrix

NodeBuilder.LocalMatrix property

Gets or sets the local transform Matrix4x4 of this NodeBuilder.

public Matrix4x4 LocalMatrix { get; set; }

Remarks

When setting the value, If there’s no animations currently attached to this node, the transform is stored as a matrix. Otherwise, it’s decomposed to a SRT chain.

See Also