MDLTransformComponent_Extensions.SetLocalTransform Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetLocalTransform(IMDLTransformComponent, Matrix4) |
Replaces all transform information, including time-based transforms, with the specified static transform. |
SetLocalTransform(IMDLTransformComponent, Matrix4, Double) |
SetLocalTransform(IMDLTransformComponent, Matrix4)
Replaces all transform information, including time-based transforms, with the specified static transform.
public static void SetLocalTransform (this ModelIO.IMDLTransformComponent This, OpenTK.Matrix4 transform);
static member SetLocalTransform : ModelIO.IMDLTransformComponent * OpenTK.Matrix4 -> unit
Parameters
The instance on which this method operates.
- transform
- Matrix4
The transform to use.