C# Class PlayerServer, UnityDemo

ファイルを表示 Open project: rouchen/UnityDemo Class Usage Examples

Public Properties

Property Type Description
building GameObject
mobBlue GameObject
mobRed GameObject
singleton PlayerServer,

Private Methods

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

Property Details

building public_oe property

public GameObject building
return GameObject

mobBlue public_oe property

public GameObject mobBlue
return GameObject

mobRed public_oe property

public GameObject mobRed
return GameObject

singleton public_oe static_oe property

public static PlayerServer, singleton
return PlayerServer,