DAZ Script | |
---|---|
Color | getBackColor () |
Rect | getCropWindow () |
Number | getNumFrames () |
Size | getSize () |
DzTime | getStartingTime () |
Boolean | getUseCropWindow () |
void | setBackColor ( Color color ) |
void | setCropWindow ( Rect window ) |
void | setUseCropWindow ( Boolean onOff ) |
Render handler classes are responsible for the settings of a render, as well as collecting the final image data passed back from the renderer.
See Also:
Color : getBackColor()
Return Value:
Rect : getCropWindow()
Return Value:
Number : getNumFrames()
Return Value:
Return Value:
Return Value:
Return Value:
true
if only a portion of the view will be rendered, otherwise false
.void : setBackColor( Color color )
Set background color for the render
void : setCropWindow( Rect window )
Set the portion of the view to be rendered, if the whole view is not to be rendered
void : setUseCropWindow( Boolean onOff )
Set the render to be limited to a portion of the view, or the whole view