C# 클래스 GLSharp.Universe.NodeAnimationGroup

파일 보기 프로젝트 열기: colin-dumitru/GLSharp

공개 프로퍼티들

프로퍼티 타입 설명
Animations List

공개 메소드들

메소드 설명
ResetAnimation ( ) : void
SetEndFrame ( int frame ) : void
SetLoop ( System.Boolean loop ) : void
SetRange ( int start, int end, System.Boolean resetCurrent ) : void
SetStartFrame ( int frame, System.Boolean resetCurrent ) : void

메소드 상세

ResetAnimation() 공개 메소드

public ResetAnimation ( ) : void
리턴 void

SetEndFrame() 공개 메소드

public SetEndFrame ( int frame ) : void
frame int
리턴 void

SetLoop() 공개 메소드

public SetLoop ( System.Boolean loop ) : void
loop System.Boolean
리턴 void

SetRange() 공개 메소드

public SetRange ( int start, int end, System.Boolean resetCurrent ) : void
start int
end int
resetCurrent System.Boolean
리턴 void

SetStartFrame() 공개 메소드

public SetStartFrame ( int frame, System.Boolean resetCurrent ) : void
frame int
resetCurrent System.Boolean
리턴 void

프로퍼티 상세

Animations 공개적으로 프로퍼티

public List Animations
리턴 List