Property | Type | Description | |
---|---|---|---|
ActiveMaterial | IActiveMaterial | ||
ActiveMaterialCellSize | int | ||
CellDrawSize | int | ||
controller | IInventoryController | ||
dataItems | IGameDataItems | ||
getfile | IGetFileStream | ||
inventory | Inventory | ||
inventoryUtil | InventoryUtil | ||
mouse_current | IMouseCurrent | ||
the3d | The3d | ||
viewport3d | IViewport3dSelectedBlock | ||
viewport_size | IViewportSize |
Property | Type | Description | |
---|---|---|---|
DrawItem | void | ||
Offset | Point | ||
SelectedCell | Point? | ||
SelectedMaterialSelectorSlot | int? | ||
SelectedWearPlace | WearPlace? |
Method | Description | |
---|---|---|
Draw ( ) : void | ||
DrawItemInfo ( Point screenpos, System.Item item ) : void | ||
DrawMaterialSelector ( ) : void | ||
Mouse_ButtonDown ( object sender, |
||
OnKeyPress ( |
||
OnRenderFrame ( FrameEventArgs e ) : void |
Method | Description | |
---|---|---|
DrawItem ( Point screenpos, System.Item item, Point drawsize ) : void | ||
Offset ( Point a, Point b ) : Point | ||
SelectedCell ( Point scaledMouse ) : Point? | ||
SelectedMaterialSelectorSlot ( Point scaledMouse ) : int? | ||
SelectedWearPlace ( Point scaledMouse ) : WearPlace? |
public DrawItemInfo ( Point screenpos, System.Item item ) : void | ||
screenpos | Point | |
item | System.Item | |
return | void |
public Mouse_ButtonDown ( object sender, |
||
sender | object | |
e | ||
return | void |
public OnKeyPress ( |
||
e | ||
return | void |
public OnRenderFrame ( FrameEventArgs e ) : void | ||
e | FrameEventArgs | |
return | void |
public IViewport3dSelectedBlock viewport3d | ||
return | IViewport3dSelectedBlock |