C# Class FSO.Vitaboy.AnimationHandle

Handle to an animation.
Mostrar archivo Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
Animation Animation
Avatar Avatar
Speed double
StartTime long
Status AnimationStatus

Public Methods

Method Description
AnimationHandle ( Animator animator ) : System

Constructs a new AnimationHandle instance.

Dispose ( ) : void

Disposes this animation handle.

Update ( GameTime time ) : void

Method Details

AnimationHandle() public method

Constructs a new AnimationHandle instance.
public AnimationHandle ( Animator animator ) : System
animator Animator The Animator instance to use.
return System

Dispose() public method

Disposes this animation handle.
public Dispose ( ) : void
return void

Update() public method

public Update ( GameTime time ) : void
time Microsoft.Xna.Framework.GameTime
return void

Property Details

Animation public_oe property

public Animation,FSO.Vitaboy Animation
return Animation

Avatar public_oe property

public Avatar,FSO.Vitaboy Avatar
return Avatar

Speed public_oe property

public double Speed
return double

StartTime public_oe property

public long StartTime
return long

Status public_oe property

public AnimationStatus Status
return AnimationStatus