C# Class PossessorTrigger

Inheritance: GameBehavior
Afficher le fichier Open project: mezosaurus/eae-project

Méthodes publiques

Свойство Type Description
parent GameObject
possessionControls UnityEngine.Texture2D

Protected Properties

Свойство Type Description
type AbilityType

Méthodes protégées

Méthode Description
GameUpdate ( ) : void
HandleInput ( ) : void
Start ( ) : void

Private Methods

Méthode Description
OnTriggerEnter2D ( Collider2D collider ) : void
OnTriggerExit2D ( Collider2D collider ) : void

Method Details

GameUpdate() protected méthode

protected GameUpdate ( ) : void
Résultat void

HandleInput() protected méthode

protected HandleInput ( ) : void
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void

Property Details

parent public_oe property

public GameObject parent
Résultat GameObject

possessionControls public_oe property

public Texture2D,UnityEngine possessionControls
Résultat UnityEngine.Texture2D

type protected_oe property

protected AbilityType type
Résultat AbilityType