C# 클래스 Radegast.Rendering.animationwrapper

파일 보기 프로젝트 열기: radegastdev/radegast 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
anim OpenMetaverse.BinBVHAnimationReader
mAnimation UUID
mPotentialyDead bool
mRunTime float
playstate animstate

공개 메소드들

메소드 설명
animationwrapper ( BinBVHAnimationReader anim ) : ThreadPoolUtil
animationwrapper ( UUID key ) : ThreadPoolUtil
stopanim ( ) : void

메소드 상세

animationwrapper() 공개 메소드

public animationwrapper ( BinBVHAnimationReader anim ) : ThreadPoolUtil
anim OpenMetaverse.BinBVHAnimationReader
리턴 ThreadPoolUtil

animationwrapper() 공개 메소드

public animationwrapper ( UUID key ) : ThreadPoolUtil
key UUID
리턴 ThreadPoolUtil

stopanim() 공개 메소드

public stopanim ( ) : void
리턴 void

프로퍼티 상세

anim 공개적으로 프로퍼티

public BinBVHAnimationReader,OpenMetaverse anim
리턴 OpenMetaverse.BinBVHAnimationReader

mAnimation 공개적으로 프로퍼티

public UUID mAnimation
리턴 UUID

mPotentialyDead 공개적으로 프로퍼티

public bool mPotentialyDead
리턴 bool

mRunTime 공개적으로 프로퍼티

public float mRunTime
리턴 float

playstate 공개적으로 프로퍼티

public animstate playstate
리턴 animstate