C# 클래스 Queue

파일 보기 프로젝트 열기: DRMold/HungryHungryTetris 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
QPreview ].int[
block Transform,
shapeQueue Queue

공개 메소드들

메소드 설명
GenQueue ( ) : void
SetCubePositions ( Vector3 piv, Vector3 b1, Vector3 b2, Vector3 b3, Vector3 b4 ) : void
SpawnShape ( ) : void
Start ( ) : void

비공개 메소드들

메소드 설명
GenBlock ( Vector3 pos ) : Transform,

메소드 상세

GenQueue() 공개 메소드

public GenQueue ( ) : void
리턴 void

SetCubePositions() 공개 메소드

public SetCubePositions ( Vector3 piv, Vector3 b1, Vector3 b2, Vector3 b3, Vector3 b4 ) : void
piv Vector3
b1 Vector3
b2 Vector3
b3 Vector3
b4 Vector3
리턴 void

SpawnShape() 공개 메소드

public SpawnShape ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

QPreview 공개적으로 프로퍼티

public int[,] QPreview
리턴 ].int[

block 공개적으로 프로퍼티

public Transform, block
리턴 Transform,

shapeQueue 공개적으로 프로퍼티

public Queue shapeQueue
리턴 Queue