Method | Description | |
---|---|---|
OnMouseActivity ( Object sender, |
||
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 |
Method | Description | |
---|---|---|
DrawBegin ( ) : void | ||
DrawContent ( ) : void | ||
OnSetContext ( ) : void |
public OnMouseActivity ( Object sender, |
||
sender | Object | |
mea | ||
return | void |
public RotateCamera ( Vector2i rotation ) : void | ||
rotation | Vector2i | |
return | void |
public SetCamera ( float3 pos, float3 target ) : void | ||
pos | float3 | |
target | float3 | |
return | void |
public SetMousePosition ( int x, int y ) : void | ||
x | int | |
y | int | |
return | void |