C# 클래스 Side, Cubes-in-Space

파일 보기 프로젝트 열기: eric-kansas/Cubes-in-Space 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_isPlayer bool
_isRefuel bool
cube GameObject
id int
locked bool
partMaterials List
teamOwnedBy int

공개 메소드들

메소드 설명
Awake ( ) : void
TakeSide ( LaunchPacket, info, int team, bool isPlayer = false ) : void
Update ( ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

TakeSide() 공개 메소드

public TakeSide ( LaunchPacket, info, int team, bool isPlayer = false ) : void
info LaunchPacket,
team int
isPlayer bool
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

_isPlayer 공개적으로 프로퍼티

public bool _isPlayer
리턴 bool

_isRefuel 공개적으로 프로퍼티

public bool _isRefuel
리턴 bool

cube 공개적으로 프로퍼티

public GameObject cube
리턴 GameObject

id 공개적으로 프로퍼티

public int id
리턴 int

locked 공개적으로 프로퍼티

public bool locked
리턴 bool

partMaterials 공개적으로 프로퍼티

public List partMaterials
리턴 List

teamOwnedBy 공개적으로 프로퍼티

public int teamOwnedBy
리턴 int