C# Class Side, Cubes-in-Space

Mostra 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_oe property

public bool _isPlayer
return bool

_isRefuel public_oe property

public bool _isRefuel
return bool

cube public_oe property

public GameObject cube
return GameObject

id public_oe property

public int id
return int

locked public_oe property

public bool locked
return bool

partMaterials public_oe property

public List partMaterials
return List

teamOwnedBy public_oe property

public int teamOwnedBy
return int