Class TransformArgs
- Namespace
- HelixToolkit.SharpDX
- Assembly
- HelixToolkit.SharpDX.dll
public sealed class TransformArgs : EventArgs
- Inheritance
-
TransformArgs
- Inherited Members
Constructors
TransformArgs(Matrix4x4)
Initializes a new instance of the TransformArgs class.
public TransformArgs(Matrix4x4 transform)
Parameters
transformMatrix4x4The transform.
TransformArgs(ref Matrix4x4)
Initializes a new instance of the TransformArgs class.
public TransformArgs(ref Matrix4x4 transform)
Parameters
transformMatrix4x4The transform.
Fields
Transform
The transform
public readonly Matrix4x4 Transform
Field Value
Operators
implicit operator Matrix4x4(TransformArgs)
Performs an implicit conversion from TransformArgs to Matrix4x4.
public static implicit operator Matrix4x4(TransformArgs args)
Parameters
argsTransformArgsThe arguments.
Returns
- Matrix4x4
The result of the conversion.