C# Class ChunkSide, Cubes-in-Space

Inheritance: MonoBehaviour
Show file 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 property

public bool _isPlayer
return bool

cubeChunk public property

public GameObject cubeChunk
return GameObject

id public property

public int id
return int

locked public property

public bool locked
return bool

teamOwnedBy public property

public int teamOwnedBy
return int