class
RenderTargetEx
Extension class for RenderTarget, for adding additional functionality for the script interface.
Public
Methods
staticGetWidth
Width of the render target, in pixels.
staticGetHeight
Height of the render target, in pixels.
staticGetGammaCorrection
True if pixels written to the render target will be gamma corrected.
staticGetPriority
Controls in what order is the render target rendered to compared to other render targets.
Targets with higher priority will be rendered before ones with lower priority.
staticSetPriority
Controls in what order is the render target rendered to compared to other render targets.
Targets with higher priority will be rendered before ones with lower priority.
staticGetSampleCount
Controls how many samples are used for multisampling. (0 or 1 if multisampling is not used).