C# Class TriggerWallScript, Joyful

Inheritance: MonoBehaviour
Afficher le fichier Open project: GDCASU/Joyful Class Usage Examples

Méthodes publiques

Свойство Type Description
playerInZone bool

Méthodes publiques

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

Method Details

OnTriggerEnter2D() public méthode

public OnTriggerEnter2D ( 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

getTurnedOn() public méthode

public getTurnedOn ( ) : bool
Résultat bool

Property Details

playerInZone public_oe property

public bool playerInZone
Résultat bool