C# Class ChunkSide, Cubes-in-Space

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

Méthodes publiques

Свойство Type Description
_isPlayer bool
cubeChunk GameObject
id int
locked bool
teamOwnedBy int

Méthodes publiques

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

Method Details

Start() public méthode

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

cubeChunk public_oe property

public GameObject cubeChunk
Résultat GameObject

id public_oe property

public int id
Résultat int

locked public_oe property

public bool locked
Résultat bool

teamOwnedBy public_oe property

public int teamOwnedBy
Résultat int