C# Class VSViewer.Rendering.Actor

An Actor is an object that can be read by the render system.
Inheritance: VSViewer.Common.Transform
显示文件 Open project: MercurialForge/VSViewer Class Usage Examples

Public Methods

Method 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 method

public Actor ( ) : System
return System

Actor() public method

public Actor ( Geometry theGeometry ) : System
theGeometry Geometry
return System

DecrecrementFrame() public method

public DecrecrementFrame ( ) : void
return void

IncrementFrame() public method

public IncrementFrame ( ) : void
return void

QueryPlaybackAnimation() public method

public QueryPlaybackAnimation ( int jointIndex ) : Transform
jointIndex int
return VSViewer.Common.Transform

SetPlaybackFrame() public method

public SetPlaybackFrame ( int frame ) : void
frame int
return void

SetPlaybackSpeed() public method

public SetPlaybackSpeed ( int speed ) : void
speed int
return void

StopAnimation() public method

public StopAnimation ( ) : void
return void

TickRendered() public method

public TickRendered ( System.TimeSpan deltaTime ) : void
deltaTime System.TimeSpan
return void