|  | |
| Translate | |
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic class TranslateTransform : Transform
The TranslateTransform type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | TranslateTransform | Constructor | 
|  | TranslateTransform(Vector3) | Constructor | 
|  | TranslateTransform(Single, Single, Single) | Constructor | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | X | Gets or sets a float that specified the translation in X direction. | 
|  | Y | Gets or sets a float that specified the translation in Y direction. | 
|  | Z | Gets or sets a float that specified the translation in Z direction. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | GetTranslateOffset | Gets the translation as a Vector3. | 
|  | SetTranslate(Vector3) | Sets the X, Y and Z values of this TranslateTransform. | 
|  | SetTranslate(Single, Single, Single) | Sets the X, Y and Z values of this TranslateTransform. | 
|  | ToString | (Overrides ObjectToString) | 
|  | UpdateMatrix | Updates the Matrix4x4 that defines this transformation and is set to Value property. | 
 See Also
See Also