Translate | |
public class TranslateTransform : Transform
The TranslateTransform type exposes the following members.
| Name | Description | |
|---|---|---|
| TranslateTransform | Constructor | |
| TranslateTransform(Vector3) | Constructor | |
| TranslateTransform(Single, Single, Single) | Constructor |
| 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. |
| 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. |