C# Class Side, Cubes-in-Space

Show file Open project: eric-kansas/Cubes-in-Space Class Usage Examples

Public Properties

Property Type Description
_isPlayer bool
_isRefuel bool
cube GameObject
id int
locked bool
partMaterials List
teamOwnedBy int

Public Methods

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

Method Details

Awake() public method

public Awake ( ) : 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

_isRefuel public property

public bool _isRefuel
return bool

cube public property

public GameObject cube
return GameObject

id public property

public int id
return int

locked public property

public bool locked
return bool

partMaterials public property

public List partMaterials
return List

teamOwnedBy public property

public int teamOwnedBy
return int