Inheritance
System.Object
CommandBufferCanvas
public class CommandBufferCanvas : RecorderCanvas, Canvas
Constructors
CommandBufferCanvas(RenderTexture, Single, MeshPool)
Declaration
public CommandBufferCanvas(RenderTexture renderTexture, float devicePixelRatio, MeshPool meshPool)
Parameters
Type |
Name |
Description |
RenderTexture |
renderTexture |
|
System.Single |
devicePixelRatio |
|
MeshPool |
meshPool |
|
Methods
Declaration
public override void flush()
Overrides
Declaration
public override float getDevicePixelRatio()
Returns
Type |
Description |
System.Single |
|
Overrides