C# Class EventNotifier

Inheritance: MonoBehaviour
Afficher le fichier Open project: daniel-cheng/stellar Class Usage Examples

Méthodes publiques

Свойство Type Description
destroy bool
menu bool
network bool
trigger bool

Méthodes publiques

Méthode Description
OnDestroy ( ) : void
OnMouseUp ( ) : void
OnNetwork ( ) : void
OnTriggerEnter ( Collider other ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

OnMouseUp() public méthode

public OnMouseUp ( ) : void
Résultat void

OnNetwork() public méthode

public OnNetwork ( ) : void
Résultat void

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider other ) : void
other Collider
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

destroy public_oe property

public bool destroy
Résultat bool

menu public_oe property

public bool menu
Résultat bool

network public_oe property

public bool network
Résultat bool

trigger public_oe property

public bool trigger
Résultat bool