C# Class Interact, Lurk2015Testing

Inheritance: MonoBehaviour
Afficher le fichier Open project: gmuGADIG/Lurk2015Testing Class Usage Examples

Méthodes publiques

Свойство Type Description
Conversation GameObject
buttonPrompt GameObject
repeatable bool

Méthodes publiques

Méthode Description
OnTriggerEnter2D ( Collider2D other ) : void
OnTriggerExit2D ( Collider2D other ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnTriggerEnter2D() public méthode

public OnTriggerEnter2D ( Collider2D other ) : void
other UnityEngine.Collider2D
Résultat void

OnTriggerExit2D() public méthode

public OnTriggerExit2D ( Collider2D other ) : void
other UnityEngine.Collider2D
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

Conversation public_oe property

public GameObject Conversation
Résultat GameObject

buttonPrompt public_oe property

public GameObject buttonPrompt
Résultat GameObject

repeatable public_oe property

public bool repeatable
Résultat bool