C# 클래스 AnimatorServer.AnimationPlayer

Plays animations
상속: IAnimator
파일 보기 프로젝트 열기: uiacm/tower_creator

공개 메소드들

메소드 설명
Pause ( ) : void
Start ( ) : void
Stop ( ) : void

메소드 상세

Pause() 공개 메소드

public Pause ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void