Method | Description | |
---|---|---|
DeepSearch ( this t, string name ) : |
Deep search the heirarchy of the specified transform for the name. Uses width-first search.
|
|
backward ( this t ) : |
opposite of forward
|
|
down ( this t ) : |
opposite of up
|
|
left ( this t ) : |
opposite of right
|
public static DeepSearch ( this t, string name ) : |
||
t | this | |
name | string | |
return |
public static backward ( this t ) : |
||
t | this | |
return |
public static down ( this t ) : |
||
t | this | |
return |
public static left ( this t ) : |
||
t | this | |
return |