C# 클래스 UnityPlatformer.CharacterAnimatorSpriter

Animator using SpriterDotNet TODO queue animation, support start-loop animation
상속: CharacterAnimator
파일 보기 프로젝트 열기: llafuente/unity-platformer

공개 프로퍼티들

프로퍼티 타입 설명
behaviour SpriterDotNetUnity.SpriterDotNetBehaviour

공개 메소드들

메소드 설명
GetAnimationLength ( string animation ) : float
Play ( string animation ) : void
PlaybackSpeed ( float speed ) : System
Start ( ) : void
StartPlayback ( ) : System
StopPlayback ( ) : System

메소드 상세

GetAnimationLength() 공개 메소드

public GetAnimationLength ( string animation ) : float
animation string
리턴 float

Play() 공개 메소드

public Play ( string animation ) : void
animation string
리턴 void

PlaybackSpeed() 공개 메소드

public PlaybackSpeed ( float speed ) : System
speed float
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void

StartPlayback() 공개 메소드

public StartPlayback ( ) : System
리턴 System

StopPlayback() 공개 메소드

public StopPlayback ( ) : System
리턴 System

프로퍼티 상세

behaviour 공개적으로 프로퍼티

public SpriterDotNetBehaviour,SpriterDotNetUnity behaviour
리턴 SpriterDotNetUnity.SpriterDotNetBehaviour