Method | Description | |
---|---|---|
Equals ( object o ) : bool | ||
GetChild ( int index ) : |
Returns a child transform by the specified index. Throws ArgumentOutOfRangeException if an invalid child index is specified.
|
|
GetEnumerator ( ) : IEnumerator | ||
GetHashCode ( ) : int | ||
Rotate ( System.Vector3 axis, float angleInDegrees ) : void | ||
ToString ( ) : string | ||
Transform ( ) : System |
Method | Description | |
---|---|---|
OnPropertyChanged ( string propertyName ) : void |
public GetChild ( int index ) : |
||
index | int | Index of the child to return. Get total child count via |
return |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | |
return | void |
public Rotate ( System.Vector3 axis, float angleInDegrees ) : void | ||
axis | System.Vector3 | |
angleInDegrees | float | |
return | void |