FlyUIRenderer
in package
Table of Contents
Methods
- __construct() : mixed
- Constructor
- attachPass() : void
- Attaches a render pass to the pipeline
Methods
__construct()
Constructor
public
__construct(VGContext $vg, Dispatcher $dispatcher, Input $input) : mixed
Parameters
- $vg : VGContext
- $dispatcher : Dispatcher
- $input : Input
attachPass()
Attaches a render pass to the pipeline
public
attachPass(RenderPipeline $pipeline, RenderTargetResource $renderTarget, Closure $uiRenderCallback) : void
Parameters
- $pipeline : RenderPipeline
- $renderTarget : RenderTargetResource
- $uiRenderCallback : Closure