C# Class VSViewer.Rendering.Actor

An Actor is an object that can be read by the render system.
Inheritance: VSViewer.Common.Transform
Afficher le fichier Open project: MercurialForge/VSViewer Class Usage Examples

Méthodes publiques

Méthode Description
Actor ( ) : System
Actor ( Geometry theGeometry ) : System
DecrecrementFrame ( ) : void
IncrementFrame ( ) : void
QueryPlaybackAnimation ( int jointIndex ) : Transform
SetPlaybackFrame ( int frame ) : void
SetPlaybackSpeed ( int speed ) : void
StopAnimation ( ) : void
TickRendered ( System.TimeSpan deltaTime ) : void

Method Details

Actor() public méthode

public Actor ( ) : System
Résultat System

Actor() public méthode

public Actor ( Geometry theGeometry ) : System
theGeometry Geometry
Résultat System

DecrecrementFrame() public méthode

public DecrecrementFrame ( ) : void
Résultat void

IncrementFrame() public méthode

public IncrementFrame ( ) : void
Résultat void

QueryPlaybackAnimation() public méthode

public QueryPlaybackAnimation ( int jointIndex ) : Transform
jointIndex int
Résultat VSViewer.Common.Transform

SetPlaybackFrame() public méthode

public SetPlaybackFrame ( int frame ) : void
frame int
Résultat void

SetPlaybackSpeed() public méthode

public SetPlaybackSpeed ( int speed ) : void
speed int
Résultat void

StopAnimation() public méthode

public StopAnimation ( ) : void
Résultat void

TickRendered() public méthode

public TickRendered ( System.TimeSpan deltaTime ) : void
deltaTime System.TimeSpan
Résultat void