Property | Type | Description | |
---|---|---|---|
DefaultTitle | string |
Method | Description | |
---|---|---|
Unproject ( Vector3d Point, System.Matrix4d View, System.Matrix4d Proj ) : Vector3d |
Projects a 2d screenspace coordinate to world coordinates.
|
|
Window ( string World, bool Nether, Scheme>.Dictionary |
Method | Description | |
---|---|---|
OnClosing ( System e ) : void | ||
OnRenderFrame ( FrameEventArgs e ) : void | ||
OnResize ( |
||
OnUpdateFrame ( FrameEventArgs e ) : void |
protected OnRenderFrame ( FrameEventArgs e ) : void | ||
e | FrameEventArgs | |
return | void |
protected OnResize ( |
||
e | ||
return | void |
protected OnUpdateFrame ( FrameEventArgs e ) : void | ||
e | FrameEventArgs | |
return | void |
public static Unproject ( Vector3d Point, System.Matrix4d View, System.Matrix4d Proj ) : Vector3d | ||
Point | Vector3d | |
View | System.Matrix4d | |
Proj | System.Matrix4d | |
return | Vector3d |
public Window ( string World, bool Nether, Scheme>.Dictionary |
||
World | string | |
Nether | bool | |
Schemes | Scheme>.Dictionary | |
return | System |