C# 클래스 StageController, Albatross

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

공개 프로퍼티들

프로퍼티 타입 설명
size int
stageContainer GameObject
stageObjects List
stageTilePrefab GameObject
stageWallPrefab GameObject

공개 메소드들

메소드 설명
BuildStage ( ) : void

메소드 상세

BuildStage() 공개 메소드

public BuildStage ( ) : void
리턴 void

프로퍼티 상세

size 공개적으로 프로퍼티

public int size
리턴 int

stageContainer 공개적으로 프로퍼티

public GameObject stageContainer
리턴 GameObject

stageObjects 공개적으로 프로퍼티

public List stageObjects
리턴 List

stageTilePrefab 공개적으로 프로퍼티

public GameObject stageTilePrefab
리턴 GameObject

stageWallPrefab 공개적으로 프로퍼티

public GameObject stageWallPrefab
리턴 GameObject