C# 클래스 WaveEngine.Components.Graphics3D.Spinner

Spins a model around an imaginary axis.
상속: Behavior
파일 보기 프로젝트 열기: WaveEngine/Components 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Spinner ( ) : System

Initializes a new instance of the Spinner class.

보호된 메소드들

메소드 설명
DefaultValues ( ) : void

Default values

Update ( System.TimeSpan gameTime ) : void

Updates the transform of the model so it rotates along the defined axis.

메소드 상세

DefaultValues() 보호된 메소드

Default values
protected DefaultValues ( ) : void
리턴 void

Spinner() 공개 메소드

Initializes a new instance of the Spinner class.
public Spinner ( ) : System
리턴 System

Update() 보호된 메소드

Updates the transform of the model so it rotates along the defined axis.
protected Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan The game time.
리턴 void