메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
OnPropertyChanged ( string propertyName ) : void |
public GetChild ( int index ) : |
||
index | int | Index of the child to return. Get total child count via |
리턴 |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | |
리턴 | void |
public Rotate ( System.Vector3 axis, float angleInDegrees ) : void | ||
axis | System.Vector3 | |
angleInDegrees | float | |
리턴 | void |