C# 클래스 fliXNA_xbox.FlxAnim

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

공개 프로퍼티들

프로퍼티 타입 설명
delay float
frames int[]
looped System.Boolean
name String

공개 메소드들

메소드 설명
FlxAnim ( String Name, int Frames, float FrameRate, System.Boolean Looped ) : System
destroy ( ) : void

메소드 상세

FlxAnim() 공개 메소드

public FlxAnim ( String Name, int Frames, float FrameRate, System.Boolean Looped ) : System
Name String
Frames int
FrameRate float
Looped System.Boolean
리턴 System

destroy() 공개 메소드

public destroy ( ) : void
리턴 void

프로퍼티 상세

delay 공개적으로 프로퍼티

public float delay
리턴 float

frames 공개적으로 프로퍼티

public int[] frames
리턴 int[]

looped 공개적으로 프로퍼티

public Boolean,System looped
리턴 System.Boolean

name 공개적으로 프로퍼티

public String name
리턴 String