C# Class airShaftControl, Bad-monsters

Inheritance: MonoBehaviour
Afficher le fichier Open project: Gennyi/Bad-monsters

Méthodes publiques

Свойство Type Description
exitPoint GameObject
room Vector2
type types

Méthodes publiques

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

Method Details

OnTriggerExit2D() public méthode

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

OnTriggerStay2D() public méthode

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

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

exitPoint public_oe property

public GameObject exitPoint
Résultat GameObject

room public_oe property

public Vector2 room
Résultat Vector2

type public_oe property

public types type
Résultat types