C# Class teleport, DEMI2015

Inheritance: MonoBehaviour
Afficher le fichier Open project: ESCAV/DEMI2015 Class Usage Examples

Méthodes publiques

Свойство Type Description
efecto GameObject

Méthodes publiques

Méthode Description
Awake ( ) : void
OnDrawGizmos ( ) : void
OnTriggerEnter2D ( Collider2D col ) : void
Start ( ) : void
Update ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

OnDrawGizmos() public méthode

public OnDrawGizmos ( ) : void
Résultat void

OnTriggerEnter2D() public méthode

public OnTriggerEnter2D ( Collider2D col ) : void
col 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

efecto public_oe property

public GameObject efecto
Résultat GameObject