C# 클래스 BlockSpawner, BattleShipV2

상속: MonoBehaviour
파일 보기 프로젝트 열기: GameMakersUnion/BattleShipV2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
GyroPrefab GameObject
PowerPrefab GameObject
Selection GameObject
ThrusterPrefab GameObject

공개 메소드들

메소드 설명
Update ( ) : void

비공개 메소드들

메소드 설명
CheckPlacement ( ) : void
CheckSelector ( ) : void

메소드 상세

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

GyroPrefab 공개적으로 프로퍼티

public GameObject GyroPrefab
리턴 GameObject

PowerPrefab 공개적으로 프로퍼티

public GameObject PowerPrefab
리턴 GameObject

Selection 공개적으로 프로퍼티

public GameObject Selection
리턴 GameObject

ThrusterPrefab 공개적으로 프로퍼티

public GameObject ThrusterPrefab
리턴 GameObject