Method | Description | |
---|---|---|
DrawConfiguration ( ) : void |
Draws the configuration.
|
|
DrawControls ( string dataPath, bool enableShot ) : string |
Draws the controls for a screenshot.
|
|
DrawControls ( string dataPath, bool enableShot, string suggestedFolder, string suggestedName ) : string |
Draws the controls for a screenshot.
|
|
DrawFull ( ) : void |
Draws the configuration, controls and previews for a screenshot using the last screenshot taken.
|
|
DrawPreview ( string dataPath ) : bool |
Draws the preview screenshot given the image path.
|
|
DrawSnapshot ( ISceneEntity entity ) : void |
Draws the snapshot section of the entity.
|
|
ScreenshotDrawer ( ) : System.Collections.Generic |
Method | Description | |
---|---|---|
DeleteAllGeneralScreenshots ( ) : void | ||
DrawOpenFolderButton ( string dataPath ) : void | ||
DrawRefreshScreenshotButton ( string dataPath ) : string | ||
DrawScreenshots ( ) : void | ||
DrawTakeScreenshotButton ( string dataPath, bool enableShot, string suggestedFolder, string suggestedName ) : string | ||
GetContent ( string label, string tooltip ) : |
||
GetContentIcon ( string iconName, string tooltip ) : |
||
GetTexture ( string path, bool refresh ) : |
||
MaxHeight ( |
||
MaxWidth ( |
||
RefreshScreenshots ( ) : void |
public DrawControls ( string dataPath, bool enableShot ) : string | ||
dataPath | string | Data path. |
enableShot | bool | If set to |
return | string |
public DrawControls ( string dataPath, bool enableShot, string suggestedFolder, string suggestedName ) : string | ||
dataPath | string | Data path. |
enableShot | bool | If set to |
suggestedFolder | string | |
suggestedName | string | |
return | string |
public DrawPreview ( string dataPath ) : bool | ||
dataPath | string | Data path. |
return | bool |
public DrawSnapshot ( ISceneEntity entity ) : void | ||
entity | ISceneEntity | Entity. |
return | void |
public ScreenshotDrawer ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |