Implements
Members
lastObjectRendered PIXI.IRenderableObject readonly
the last object rendered by the renderer. Useful for other plugins like interaction managers
Flag if we are rendering to the screen vs renderTexture
- Default Value:
 - true
 
Methods
Renders the object to its WebGL view.
| Name | Type | Attributes | Description | 
|---|---|---|---|
displayObject | 
            
            PIXI.IRenderableObject | 
                 The object to be rendered.  | 
        |
options | 
            
            IRendererRenderOptions | 
                
                    <optional> | 
            
            
            
                 the options to be passed to the renderer  |