VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
|
interface to sit over your implementation of a user interface. More...
Properties | |
float? | FocusedOpacity [get] |
opacity of your UI when it has user focus. Values: Default 0.9, Max 1.0, Min 0.3. Null or values outside the min/max will revert to default More... | |
bool | EnabledInCharacterSelection [get] |
whether or not your plugin should is usable at character selection More... | |
Image | ToolbarImage [get] |
icon for your plugin in the toolbar. this object is required or your plugin will not be loaded. Expected dimensions are 36x36. More... | |
object | UserInterfaceForm [get] |
Tuple< int, int > | MinSize [get] |
minimum size you want your control to be. actual size will be +30/+30 for the container borders. More... | |
interface to sit over your implementation of a user interface.