C# 클래스 FlatRedBall.TileGraphics.AnimationChainContainer

An AnimationChain container that self animates. This can be used as the container for IAnimationChainAnimatables.
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 메소드들

메소드 설명
Activity ( float secondDifference ) : void

Moves the animation forward by the argument time;

AnimationChainContainer ( AnimationChain animationChain ) : System

비공개 메소드들

메소드 설명
UpdateFrameBasedOffOfTimeIntoAnimation ( ) : void

메소드 상세

Activity() 공개 메소드

Moves the animation forward by the argument time;
public Activity ( float secondDifference ) : void
secondDifference float The amount of time that has passed since last update.
리턴 void

AnimationChainContainer() 공개 메소드

public AnimationChainContainer ( AnimationChain animationChain ) : System
animationChain FlatRedBall.Graphics.Animation.AnimationChain
리턴 System