C# Class Radegast.Rendering.animationwrapper

Show file Open project: radegastdev/radegast Class Usage Examples

Public Properties

Property Type Description
anim OpenMetaverse.BinBVHAnimationReader
mAnimation UUID
mPotentialyDead bool
mRunTime float
playstate animstate

Public Methods

Method Description
animationwrapper ( BinBVHAnimationReader anim ) : ThreadPoolUtil
animationwrapper ( UUID key ) : ThreadPoolUtil
stopanim ( ) : void

Method Details

animationwrapper() public method

public animationwrapper ( BinBVHAnimationReader anim ) : ThreadPoolUtil
anim OpenMetaverse.BinBVHAnimationReader
return ThreadPoolUtil

animationwrapper() public method

public animationwrapper ( UUID key ) : ThreadPoolUtil
key UUID
return ThreadPoolUtil

stopanim() public method

public stopanim ( ) : void
return void

Property Details

anim public property

public BinBVHAnimationReader,OpenMetaverse anim
return OpenMetaverse.BinBVHAnimationReader

mAnimation public property

public UUID mAnimation
return UUID

mPotentialyDead public property

public bool mPotentialyDead
return bool

mRunTime public property

public float mRunTime
return float

playstate public property

public animstate playstate
return animstate