C# 클래스 Cyclyc.Framework.Animation

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

보호된 프로퍼티들

프로퍼티 타입 설명
currentFrameIdx int
currentTick int
frameTimings int[]
frames int[]
loops bool
nextTickOver int
playing bool

공개 메소드들

메소드 설명
Animation ( int frameList, int timings, bool loop ) : System
Play ( ) : void
Stop ( ) : void
Tick ( ) : void

메소드 상세

Animation() 공개 메소드

public Animation ( int frameList, int timings, bool loop ) : System
frameList int
timings int
loop bool
리턴 System

Play() 공개 메소드

public Play ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

Tick() 공개 메소드

public Tick ( ) : void
리턴 void

프로퍼티 상세

currentFrameIdx 보호되어 있는 프로퍼티

protected int currentFrameIdx
리턴 int

currentTick 보호되어 있는 프로퍼티

protected int currentTick
리턴 int

frameTimings 보호되어 있는 프로퍼티

protected int[] frameTimings
리턴 int[]

frames 보호되어 있는 프로퍼티

protected int[] frames
리턴 int[]

loops 보호되어 있는 프로퍼티

protected bool loops
리턴 bool

nextTickOver 보호되어 있는 프로퍼티

protected int nextTickOver
리턴 int

playing 보호되어 있는 프로퍼티

protected bool playing
리턴 bool