Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
BaseObj
C# Class BaseObj, Unity2d-Game
Inheritance:
MonoBehaviour
Mostra 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_oe static_oe property
public
static
GameController,
Game
return
GameController,
configs
protected_oe static_oe property
protected
static
Config,
configs
return
Config,