C# Class SimpleInputModel, NewTOAPIA

Inheritance: NewTOAPIA.GL.GLModel
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
OnMouseActivity ( Object sender, MouseActivityArgs mea ) : void
RotateCamera ( Vector2i rotation ) : void
SetCamera ( float3 pos, float3 target ) : void
SetMouseLeft ( bool flag ) : void
SetMousePosition ( int x, int y ) : void
SetMouseRight ( bool flag ) : void
SimpleInputModel ( ) : System
ZoomCamera ( float distance ) : void

Méthodes protégées

Méthode Description
DrawBegin ( ) : void
DrawContent ( ) : void
OnSetContext ( ) : void

Method Details

DrawBegin() protected méthode

protected DrawBegin ( ) : void
Résultat void

DrawContent() protected méthode

protected DrawContent ( ) : void
Résultat void

OnMouseActivity() public méthode

public OnMouseActivity ( Object sender, MouseActivityArgs mea ) : void
sender Object
mea NewTOAPIA.UI.MouseActivityArgs
Résultat void

OnSetContext() protected méthode

protected OnSetContext ( ) : void
Résultat void

RotateCamera() public méthode

public RotateCamera ( Vector2i rotation ) : void
rotation Vector2i
Résultat void

SetCamera() public méthode

public SetCamera ( float3 pos, float3 target ) : void
pos float3
target float3
Résultat void

SetMouseLeft() public méthode

public SetMouseLeft ( bool flag ) : void
flag bool
Résultat void

SetMousePosition() public méthode

public SetMousePosition ( int x, int y ) : void
x int
y int
Résultat void

SetMouseRight() public méthode

public SetMouseRight ( bool flag ) : void
flag bool
Résultat void

SimpleInputModel() public méthode

public SimpleInputModel ( ) : System
Résultat System

ZoomCamera() public méthode

public ZoomCamera ( float distance ) : void
distance float
Résultat void