ModelTransformation Class |
Namespace: AGI.Foundation.Graphics
The ModelTransformation type exposes the following members.
| Name | Description | |
|---|---|---|
| CurrentValue |
Gets or sets the current value of the transformation. The current value of the transformation will be reflected in the geometry of the ModelPrimitive that
it is associated with.
| |
| DefaultValue |
Gets the default value of the transformation. The CurrentValue property of the transformation will
have this value when the ModelPrimitive is initialized.
| |
| MaximumValue |
Gets the maximum value of the transformation.
| |
| MinimumValue |
Gets the minimum value of the transformation.
| |
| Name |
Gets the name of the transformation.
| |
| Range |
Gets the value range of the transformation. Equivalent to the difference of the MaximumValue and MinimumValue properties.
| |
| Type |
Gets the ModelTransformationType associated with the transformation.
|
| Name | Description | |
|---|---|---|
| Dispose | ||
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |