![]() | |
Transform |
The TransformGroup type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add | Adds the specified Transform to the end of the list of transformations in this TransformGroup. |
![]() | AddRange | Adds the specified Transforms to the end of the list of transformations in this TransformGroup. |
![]() | Clear | Removes all transformations from this TransformGroup. |
![]() | Contains | Returns true if the specified transform is in this TransformGroup; otherwise false is returned. |
![]() | CopyTo | Copies all transformations from this TransformGroup to the specified array. |
![]() | GetEnumerator | Gets an enumerator that can list through the transformations in this TransformGroup. |
![]() | IndexOf | Index of the specified transform or -1 if not found. |
![]() | Insert | Inserts the specified transform at the specified index. |
![]() | Remove | Removes the transformation from this TransformGroup. |
![]() | RemoveAt | Removes the transformation at the specified index. |
![]() | ToString | (Overrides ObjectToString) |
![]() | UpdateMatrix | Updates the Matrix4x4 that defines this transformation and is set to Value property. |