MDLTransform Class
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.
Represents static and animated coordinate transformations.
[Foundation.Register("MDLTransform", true)]
public class MDLTransform : Foundation.NSObject, Foundation.INSCopying, IDisposable, ModelIO.IMDLTransformComponent
[<Foundation.Register("MDLTransform", true)>]
type MDLTransform = class
inherit NSObject
interface IMDLComponent
interface INativeObject
interface IDisposable
interface IMDLTransformComponent
interface INSCopying
- Inheritance
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| MDLTransform() |
Creates a new MDLTransform with default values. |
| MDLTransform(IMDLTransformComponent, Boolean) |
Creates a new transform that represents the specified transform |
| MDLTransform(IMDLTransformComponent) |
Creates a new MDLTransform from the specified transform component. |
| MDLTransform(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| MDLTransform(NMatrix4, Boolean) |
Creates a new MDLTransform from the specified matrix. |
| MDLTransform(NMatrix4) |
Creates a new MDLTransform from the specified matrix. |
| MDLTransform(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| ExposedBindings | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| KeyTimes | |
| Matrix |
Gets or sets the matrix of the transform at the earliest specified time. |
| MaximumTime |
Gets the last specified time in the transformation. |
| MinimumTime |
Gets the first specified time in the transformation. |
| ResetsTransform |
Inserts the specified transform at the specified time. |
| RetainCount | (Inherited from NSObject) |
| Rotation |
Gets or sets the rotation aspect of the transformation. |
| Scale |
Gets or sets the componentwise scale factors of the transform. |
| Self | (Inherited from NSObject) |
| Shear |
Gets or sets the shear of the transform. |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| Translation |
Gets or sets the translation of the transform. |
| Zone | (Inherited from NSObject) |