Method | Description | |
---|---|---|
BroadcastMessage ( string methodName ) : void | ||
BroadcastMessage ( string methodName, SendMessageOptions options ) : void | ||
BroadcastMessage ( string methodName, System parameter ) : void | ||
BroadcastMessage ( string methodName, System parameter, SendMessageOptions options ) : void | ||
CompareTag ( string tag ) : bool | ||
Component ( ) | ||
GetComponent ( Type type ) : |
||
GetComponent ( string type ) : |
||
GetComponent ( ) : T | ||
GetComponentInChildren ( Type t ) : |
||
GetComponentInChildren ( ) : T | ||
GetComponents ( Type type ) : UnityEngine.Component[] | ||
GetComponents ( ) : T[] | ||
GetComponentsInChildren ( Type t ) : UnityEngine.Component[] | ||
GetComponentsInChildren ( Type t, bool includeInactive ) : UnityEngine.Component[] | ||
GetComponentsInChildren ( ) : T[] | ||
GetComponentsInChildren ( bool includeInactive ) : T[] | ||
SendMessage ( string methodName ) : void | ||
SendMessage ( string methodName, SendMessageOptions options ) : void | ||
SendMessage ( string methodName, System value ) : void | ||
SendMessage ( string methodName, System value, SendMessageOptions options ) : void | ||
SendMessageUpwards ( string methodName ) : void | ||
SendMessageUpwards ( string methodName, SendMessageOptions options ) : void | ||
SendMessageUpwards ( string methodName, System value ) : void | ||
SendMessageUpwards ( string methodName, System value, SendMessageOptions options ) : void |
Method | Description | |
---|---|---|
GetComponentsWithCorrectReturnType ( Type type ) : UnityEngine.Component[] |
public BroadcastMessage ( string methodName ) : void | ||
methodName | string | |
return | void |
public BroadcastMessage ( string methodName, SendMessageOptions options ) : void | ||
methodName | string | |
options | SendMessageOptions | |
return | void |
public BroadcastMessage ( string methodName, System parameter ) : void | ||
methodName | string | |
parameter | System | |
return | void |
public BroadcastMessage ( string methodName, System parameter, SendMessageOptions options ) : void | ||
methodName | string | |
parameter | System | |
options | SendMessageOptions | |
return | void |
public GetComponent ( Type type ) : |
||
type | Type | |
return |
public GetComponent ( string type ) : |
||
type | string | |
return |
public GetComponentInChildren ( Type t ) : |
||
t | Type | |
return |
public GetComponents ( Type type ) : UnityEngine.Component[] | ||
type | Type | |
return | UnityEngine.Component[] |
public GetComponentsInChildren ( Type t ) : UnityEngine.Component[] | ||
t | Type | |
return | UnityEngine.Component[] |
public GetComponentsInChildren ( Type t, bool includeInactive ) : UnityEngine.Component[] | ||
t | Type | |
includeInactive | bool | |
return | UnityEngine.Component[] |
public GetComponentsInChildren ( bool includeInactive ) : T[] | ||
includeInactive | bool | |
return | T[] |
public SendMessage ( string methodName ) : void | ||
methodName | string | |
return | void |
public SendMessage ( string methodName, SendMessageOptions options ) : void | ||
methodName | string | |
options | SendMessageOptions | |
return | void |
public SendMessage ( string methodName, System value ) : void | ||
methodName | string | |
value | System | |
return | void |
public SendMessage ( string methodName, System value, SendMessageOptions options ) : void | ||
methodName | string | |
value | System | |
options | SendMessageOptions | |
return | void |
public SendMessageUpwards ( string methodName ) : void | ||
methodName | string | |
return | void |
public SendMessageUpwards ( string methodName, SendMessageOptions options ) : void | ||
methodName | string | |
options | SendMessageOptions | |
return | void |
public SendMessageUpwards ( string methodName, System value ) : void | ||
methodName | string | |
value | System | |
return | void |
public SendMessageUpwards ( string methodName, System value, SendMessageOptions options ) : void | ||
methodName | string | |
value | System | |
options | SendMessageOptions | |
return | void |