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
| Name | Description |
|---|---|
| SetLocalTransform(IMDLTransformComponent, NMatrix4) |
Causes this transform to represent the specified static transform. |
| SetLocalTransform(IMDLTransformComponent, NMatrix4, Double) |
Causes this transform to represent the specified static transform. |
SetLocalTransform(IMDLTransformComponent, NMatrix4)
Causes this transform to represent the specified static transform.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void SetLocalTransform(this ModelIO.IMDLTransformComponent This, CoreGraphics.NMatrix4 transform);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member SetLocalTransform : ModelIO.IMDLTransformComponent * CoreGraphics.NMatrix4 -> unit
Parameters
- transform
- NMatrix4
- Attributes
Applies to
SetLocalTransform(IMDLTransformComponent, NMatrix4, Double)
Causes this transform to represent the specified static transform.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void SetLocalTransform(this ModelIO.IMDLTransformComponent This, CoreGraphics.NMatrix4 transform, double time);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member SetLocalTransform : ModelIO.IMDLTransformComponent * CoreGraphics.NMatrix4 * double -> unit
Parameters
- transform
- NMatrix4
- time
- Double
- Attributes