Property | Type | Description | |
---|---|---|---|
cachePath | string |
Property | Type | Description | |
---|---|---|---|
ClearSnapshot | void | ||
GetSnapshot | void | ||
RenderObject | void | ||
ThumbnailDummy | bool | ||
TriggerListeners | void | ||
WritePNG | void |
Method | Description | |
---|---|---|
Clear ( ) : void | ||
ClearCache ( ) : void | ||
GenerateThumbnails ( ) : void | ||
RegisterListener ( |
||
RequestObjectImage ( |
||
ResizeThumbnails ( ) : void | ||
ResizeThumbnails ( string subDir, int targetResolution, int targetColResolution, Color background ) : void | ||
UnregisterListener ( |
||
Update ( float dt ) : void |
Method | Description | |
---|---|---|
ClearSnapshot ( ) : void | ||
GetSnapshot ( Image &img, |
||
RenderObject ( |
||
ThumbnailDummy ( ) : bool | ||
TriggerListeners ( |
||
WritePNG ( string filename, |
public static RegisterListener ( |
||
listener | ||
return | void |
public static RequestObjectImage ( |
||
entry | ||
return | void |
public static ResizeThumbnails ( string subDir, int targetResolution, int targetColResolution, Color background ) : void | ||
subDir | string | |
targetResolution | int | |
targetColResolution | int | |
background | Color | |
return | void |
public static UnregisterListener ( |
||
listener | ||
return | void |