C# Class BaseObj, Unity2d-Game

Inheritance: MonoBehaviour
Show file Open project: sagivo/Unity2d-Game Class Usage Examples

Public Properties

Property Type Description
Game GameController,

Protected Properties

Property Type Description
configs Config,

Public Methods

Method Description
e ( object o ) : void
l ( object o ) : void

Protected Methods

Method Description
Awake ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void

e() public method

public e ( object o ) : void
o object
return void

l() public method

public l ( object o ) : void
o object
return void

Property Details

Game public static property

public static GameController, Game
return GameController,

configs protected static property

protected static Config, configs
return Config,