C# Class UnityEngine.Component

Inheritance: Object
Afficher le fichier Open project: randomize/VimConfig Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
GetComponentsWithCorrectReturnType ( Type type ) : UnityEngine.Component[]

Method Details

BroadcastMessage() public méthode

public BroadcastMessage ( string methodName ) : void
methodName string
Résultat void

BroadcastMessage() public méthode

public BroadcastMessage ( string methodName, SendMessageOptions options ) : void
methodName string
options SendMessageOptions
Résultat void

BroadcastMessage() public méthode

public BroadcastMessage ( string methodName, System parameter ) : void
methodName string
parameter System
Résultat void

BroadcastMessage() public méthode

public BroadcastMessage ( string methodName, System parameter, SendMessageOptions options ) : void
methodName string
parameter System
options SendMessageOptions
Résultat void

CompareTag() public méthode

public CompareTag ( string tag ) : bool
tag string
Résultat bool

Component() public méthode

public Component ( )

GetComponent() public méthode

public GetComponent ( Type type ) : Component
type Type
Résultat Component

GetComponent() public méthode

public GetComponent ( string type ) : Component
type string
Résultat Component

GetComponent() public méthode

public GetComponent ( ) : T
Résultat T

GetComponentInChildren() public méthode

public GetComponentInChildren ( Type t ) : Component
t Type
Résultat Component

GetComponentInChildren() public méthode

public GetComponentInChildren ( ) : T
Résultat T

GetComponents() public méthode

public GetComponents ( Type type ) : UnityEngine.Component[]
type Type
Résultat UnityEngine.Component[]

GetComponents() public méthode

public GetComponents ( ) : T[]
Résultat T[]

GetComponentsInChildren() public méthode

public GetComponentsInChildren ( Type t ) : UnityEngine.Component[]
t Type
Résultat UnityEngine.Component[]

GetComponentsInChildren() public méthode

public GetComponentsInChildren ( Type t, bool includeInactive ) : UnityEngine.Component[]
t Type
includeInactive bool
Résultat UnityEngine.Component[]

GetComponentsInChildren() public méthode

public GetComponentsInChildren ( ) : T[]
Résultat T[]

GetComponentsInChildren() public méthode

public GetComponentsInChildren ( bool includeInactive ) : T[]
includeInactive bool
Résultat T[]

SendMessage() public méthode

public SendMessage ( string methodName ) : void
methodName string
Résultat void

SendMessage() public méthode

public SendMessage ( string methodName, SendMessageOptions options ) : void
methodName string
options SendMessageOptions
Résultat void

SendMessage() public méthode

public SendMessage ( string methodName, System value ) : void
methodName string
value System
Résultat void

SendMessage() public méthode

public SendMessage ( string methodName, System value, SendMessageOptions options ) : void
methodName string
value System
options SendMessageOptions
Résultat void

SendMessageUpwards() public méthode

public SendMessageUpwards ( string methodName ) : void
methodName string
Résultat void

SendMessageUpwards() public méthode

public SendMessageUpwards ( string methodName, SendMessageOptions options ) : void
methodName string
options SendMessageOptions
Résultat void

SendMessageUpwards() public méthode

public SendMessageUpwards ( string methodName, System value ) : void
methodName string
value System
Résultat void

SendMessageUpwards() public méthode

public SendMessageUpwards ( string methodName, System value, SendMessageOptions options ) : void
methodName string
value System
options SendMessageOptions
Résultat void