Transform | |
public class TransformGroup : Transform, IList<Transform>, ICollection<Transform>, IEnumerable<Transform>, IEnumerable, IList, ICollection
The TransformGroup type exposes the following members.
| Name | Description | |
|---|---|---|
| TransformGroup | Constructor |
| Name | Description | |
|---|---|---|
| Count | Gets the number of transformations in this TransformGroup. | |
| Item | Gets or sets the Transform at the specified index. |
| 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. |