C# Class PossessorTrigger

Inheritance: GameBehavior
Exibir arquivo Open project: mezosaurus/eae-project

Public Properties

Property Type Description
parent GameObject
possessionControls UnityEngine.Texture2D

Protected Properties

Property Type Description
type AbilityType

Protected Methods

Method Description
GameUpdate ( ) : void
HandleInput ( ) : void
Start ( ) : void

Private Methods

Method Description
OnTriggerEnter2D ( Collider2D collider ) : void
OnTriggerExit2D ( Collider2D collider ) : void

Method Details

GameUpdate() protected method

protected GameUpdate ( ) : void
return void

HandleInput() protected method

protected HandleInput ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

Property Details

parent public_oe property

public GameObject parent
return GameObject

possessionControls public_oe property

public Texture2D,UnityEngine possessionControls
return UnityEngine.Texture2D

type protected_oe property

protected AbilityType type
return AbilityType