C# Class UnityEngine.Component

Inheritance: Object
ファイルを表示 Open project: randomize/VimConfig Class Usage Examples

Public Methods

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 ) : Component
GetComponent ( string type ) : Component
GetComponent ( ) : T
GetComponentInChildren ( Type t ) : Component
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

Private Methods

Method Description
GetComponentsWithCorrectReturnType ( Type type ) : UnityEngine.Component[]

Method Details

BroadcastMessage() public method

public BroadcastMessage ( string methodName ) : void
methodName string
return void

BroadcastMessage() public method

public BroadcastMessage ( string methodName, SendMessageOptions options ) : void
methodName string
options SendMessageOptions
return void

BroadcastMessage() public method

public BroadcastMessage ( string methodName, System parameter ) : void
methodName string
parameter System
return void

BroadcastMessage() public method

public BroadcastMessage ( string methodName, System parameter, SendMessageOptions options ) : void
methodName string
parameter System
options SendMessageOptions
return void

CompareTag() public method

public CompareTag ( string tag ) : bool
tag string
return bool

Component() public method

public Component ( )

GetComponent() public method

public GetComponent ( Type type ) : Component
type Type
return Component

GetComponent() public method

public GetComponent ( string type ) : Component
type string
return Component

GetComponent() public method

public GetComponent ( ) : T
return T

GetComponentInChildren() public method

public GetComponentInChildren ( Type t ) : Component
t Type
return Component

GetComponentInChildren() public method

public GetComponentInChildren ( ) : T
return T

GetComponents() public method

public GetComponents ( Type type ) : UnityEngine.Component[]
type Type
return UnityEngine.Component[]

GetComponents() public method

public GetComponents ( ) : T[]
return T[]

GetComponentsInChildren() public method

public GetComponentsInChildren ( Type t ) : UnityEngine.Component[]
t Type
return UnityEngine.Component[]

GetComponentsInChildren() public method

public GetComponentsInChildren ( Type t, bool includeInactive ) : UnityEngine.Component[]
t Type
includeInactive bool
return UnityEngine.Component[]

GetComponentsInChildren() public method

public GetComponentsInChildren ( ) : T[]
return T[]

GetComponentsInChildren() public method

public GetComponentsInChildren ( bool includeInactive ) : T[]
includeInactive bool
return T[]

SendMessage() public method

public SendMessage ( string methodName ) : void
methodName string
return void

SendMessage() public method

public SendMessage ( string methodName, SendMessageOptions options ) : void
methodName string
options SendMessageOptions
return void

SendMessage() public method

public SendMessage ( string methodName, System value ) : void
methodName string
value System
return void

SendMessage() public method

public SendMessage ( string methodName, System value, SendMessageOptions options ) : void
methodName string
value System
options SendMessageOptions
return void

SendMessageUpwards() public method

public SendMessageUpwards ( string methodName ) : void
methodName string
return void

SendMessageUpwards() public method

public SendMessageUpwards ( string methodName, SendMessageOptions options ) : void
methodName string
options SendMessageOptions
return void

SendMessageUpwards() public method

public SendMessageUpwards ( string methodName, System value ) : void
methodName string
value System
return void

SendMessageUpwards() public method

public SendMessageUpwards ( string methodName, System value, SendMessageOptions options ) : void
methodName string
value System
options SendMessageOptions
return void