C# 클래스 HexSliceEntity, FutilePrototyper

상속: WTEntity
파일 보기 프로젝트 열기: wtrebella/FutilePrototyper 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
obstacleComponents List

공개 메소드들

메소드 설명
AddNewCrossbar ( float height ) : void
HexSliceEntity ( string name, Color backgroundColor ) : System.Collections
MoveDownObstacles ( float velocity ) : void

메소드 상세

AddNewCrossbar() 공개 메소드

public AddNewCrossbar ( float height ) : void
height float
리턴 void

HexSliceEntity() 공개 메소드

public HexSliceEntity ( string name, Color backgroundColor ) : System.Collections
name string
backgroundColor Color
리턴 System.Collections

MoveDownObstacles() 공개 메소드

public MoveDownObstacles ( float velocity ) : void
velocity float
리턴 void

프로퍼티 상세

obstacleComponents 공개적으로 프로퍼티

public List obstacleComponents
리턴 List