C# Class Possessor

Inheritance: GameBehavior
Mostra file Open project: mezosaurus/eae-project Class Usage Examples

Public Properties

Property Type Description
possessionControls UnityEngine.Texture2D

Protected Properties

Property Type Description
canPlace bool
type AbilityType

Protected Methods

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

Private Methods

Method Description
OnDestroy ( ) : void
OnGUI ( ) : 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

canPlace protected_oe property

protected bool canPlace
return bool

possessionControls public_oe property

public Texture2D,UnityEngine possessionControls
return UnityEngine.Texture2D

type protected_oe property

protected AbilityType type
return AbilityType