C# 클래스 VSViewer.Rendering.Actor

An Actor is an object that can be read by the render system.
상속: VSViewer.Common.Transform
파일 보기 프로젝트 열기: MercurialForge/VSViewer 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Actor() 공개 메소드

public Actor ( ) : System
리턴 System

Actor() 공개 메소드

public Actor ( Geometry theGeometry ) : System
theGeometry Geometry
리턴 System

DecrecrementFrame() 공개 메소드

public DecrecrementFrame ( ) : void
리턴 void

IncrementFrame() 공개 메소드

public IncrementFrame ( ) : void
리턴 void

QueryPlaybackAnimation() 공개 메소드

public QueryPlaybackAnimation ( int jointIndex ) : Transform
jointIndex int
리턴 VSViewer.Common.Transform

SetPlaybackFrame() 공개 메소드

public SetPlaybackFrame ( int frame ) : void
frame int
리턴 void

SetPlaybackSpeed() 공개 메소드

public SetPlaybackSpeed ( int speed ) : void
speed int
리턴 void

StopAnimation() 공개 메소드

public StopAnimation ( ) : void
리턴 void

TickRendered() 공개 메소드

public TickRendered ( System.TimeSpan deltaTime ) : void
deltaTime System.TimeSpan
리턴 void