C# Class Side, Cubes-in-Space

Afficher le fichier Open project: eric-kansas/Cubes-in-Space Class Usage Examples

Méthodes publiques

Свойство Type Description
_isPlayer bool
_isRefuel bool
cube GameObject
id int
locked bool
partMaterials List
teamOwnedBy int

Méthodes publiques

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

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

TakeSide() public méthode

public TakeSide ( LaunchPacket, info, int team, bool isPlayer = false ) : void
info LaunchPacket,
team int
isPlayer bool
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

_isPlayer public_oe property

public bool _isPlayer
Résultat bool

_isRefuel public_oe property

public bool _isRefuel
Résultat bool

cube public_oe property

public GameObject cube
Résultat GameObject

id public_oe property

public int id
Résultat int

locked public_oe property

public bool locked
Résultat bool

partMaterials public_oe property

public List partMaterials
Résultat List

teamOwnedBy public_oe property

public int teamOwnedBy
Résultat int