C# Class ChunkSide, Cubes-in-Space

Inheritance: MonoBehaviour
Exibir arquivo Open project: eric-kansas/Cubes-in-Space Class Usage Examples

Public Properties

Property Type Description
_isPlayer bool
cubeChunk GameObject
id int
locked bool
teamOwnedBy int

Public Methods

Method Description
Start ( ) : void
TakeSide ( LaunchPacket, info, int team, bool isPlayer = false ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

TakeSide() public method

public TakeSide ( LaunchPacket, info, int team, bool isPlayer = false ) : void
info LaunchPacket,
team int
isPlayer bool
return void

Update() public method

public Update ( ) : void
return void

Property Details

_isPlayer public_oe property

public bool _isPlayer
return bool

cubeChunk public_oe property

public GameObject cubeChunk
return GameObject

id public_oe property

public int id
return int

locked public_oe property

public bool locked
return bool

teamOwnedBy public_oe property

public int teamOwnedBy
return int