C# 클래스 FAnimatedSprite, FutileAdditionalClasses

상속: FSprite
파일 보기 프로젝트 열기: mattfox12/FutileAdditionalClasses 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_animations List
_baseExtension string
_baseName string
_currentAnim FAnimation,
_currentFrame int
_pause bool
_time float

Private Properties

프로퍼티 타입 설명
FAnimatedSprite System

공개 메소드들

메소드 설명
FAnimatedSprite ( string elementBase ) : System
Update ( ) : void
addAnimation ( FAnimation, anim ) : void
pause ( bool forced = false ) : void
play ( string animName, bool forced = false ) : void

비공개 메소드들

메소드 설명
FAnimatedSprite ( string elementBase, string elementExtension ) : System

메소드 상세

FAnimatedSprite() 공개 메소드

public FAnimatedSprite ( string elementBase ) : System
elementBase string
리턴 System

Update() 공개 메소드

public Update ( ) : void
리턴 void

addAnimation() 공개 메소드

public addAnimation ( FAnimation, anim ) : void
anim FAnimation,
리턴 void

pause() 공개 메소드

public pause ( bool forced = false ) : void
forced bool
리턴 void

play() 공개 메소드

public play ( string animName, bool forced = false ) : void
animName string
forced bool
리턴 void

프로퍼티 상세

_animations 보호되어 있는 프로퍼티

protected List _animations
리턴 List

_baseExtension 보호되어 있는 프로퍼티

protected string _baseExtension
리턴 string

_baseName 보호되어 있는 프로퍼티

protected string _baseName
리턴 string

_currentAnim 보호되어 있는 프로퍼티

protected FAnimation, _currentAnim
리턴 FAnimation,

_currentFrame 보호되어 있는 프로퍼티

protected int _currentFrame
리턴 int

_pause 보호되어 있는 프로퍼티

protected bool _pause
리턴 bool

_time 보호되어 있는 프로퍼티

protected float _time
리턴 float