C# 클래스 TileClass, client-bench

상속: MonoBehaviour
파일 보기 프로젝트 열기: juiceboxgames/client-bench 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
animate bool
columns int
count int
framesPerSecond float
rows int
speed float

비공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void
updateTiling ( ) : void

프로퍼티 상세

animate 공개적으로 프로퍼티

public bool animate
리턴 bool

columns 공개적으로 프로퍼티

public int columns
리턴 int

count 공개적으로 정적으로 프로퍼티

public static int count
리턴 int

framesPerSecond 공개적으로 프로퍼티

public float framesPerSecond
리턴 float

rows 공개적으로 프로퍼티

public int rows
리턴 int

speed 공개적으로 프로퍼티

public float speed
리턴 float