C# 클래스 Dragons, UnderworldExporter

상속: MonoBehaviour
파일 보기 프로젝트 열기: hankmorgan/UnderworldExporter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AnimationCount int
CurrentSide bool
Instance Dragons,
animMainLeft Animator
animMainRight Animator
animTailLeft Animator
animTailRight Animator

공개 메소드들

메소드 설명
GetAnimationName ( string animName ) : string
IncrementAnimation ( ) : void
MoveScroll ( ) : void
Start ( ) : void

메소드 상세

GetAnimationName() 공개 메소드

public GetAnimationName ( string animName ) : string
animName string
리턴 string

IncrementAnimation() 공개 메소드

public IncrementAnimation ( ) : void
리턴 void

MoveScroll() 공개 정적인 메소드

public static MoveScroll ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

AnimationCount 공개적으로 프로퍼티

public int AnimationCount
리턴 int

CurrentSide 공개적으로 프로퍼티

public bool CurrentSide
리턴 bool

Instance 공개적으로 정적으로 프로퍼티

public static Dragons, Instance
리턴 Dragons,

animMainLeft 공개적으로 프로퍼티

public Animator animMainLeft
리턴 Animator

animMainRight 공개적으로 프로퍼티

public Animator animMainRight
리턴 Animator

animTailLeft 공개적으로 프로퍼티

public Animator animTailLeft
리턴 Animator

animTailRight 공개적으로 프로퍼티

public Animator animTailRight
리턴 Animator