MDLTransformStack.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(NMatrix4) |
Causes this transform to represent the specified static transform. |
| SetLocalTransform(NMatrix4, Double) |
Causes this transform to represent the specified static transform. |
SetLocalTransform(NMatrix4)
Causes this transform to represent the specified static transform.
[Foundation.Export("setLocalTransform:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetLocalTransform(CoreGraphics.NMatrix4 transform);
[<Foundation.Export("setLocalTransform:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetLocalTransform : CoreGraphics.NMatrix4 -> unit
override this.SetLocalTransform : CoreGraphics.NMatrix4 -> unit
Parameters
- transform
- NMatrix4
Implements
- Attributes
Applies to
SetLocalTransform(NMatrix4, Double)
Causes this transform to represent the specified static transform.
[Foundation.Export("setLocalTransform:forTime:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetLocalTransform(CoreGraphics.NMatrix4 transform, double time);
[<Foundation.Export("setLocalTransform:forTime:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetLocalTransform : CoreGraphics.NMatrix4 * double -> unit
override this.SetLocalTransform : CoreGraphics.NMatrix4 * double -> unit
Parameters
- transform
- NMatrix4
- time
- Double
Implements
- Attributes