Skip to main content

eva-plugin-renderer.renderer

Home > @ali/eva-plugin-renderer > Renderer

Renderer class

Signature:
export default class Renderer extends System 
Extends: System

Constructors

ConstructorModifiersDescription
(constructor)()Constructs a new instance of the Renderer class

Properties

PropertyModifiersTypeDescription
containerManagerContainerManagercontainerManager
gameGamecurrentGame
namestringRenderer name
observerInfoPureObserverInfoobserver component props info
observerInfostaticPureObserverInfoobserver component props info
rendererManagerRendererManager

Methods

MethodModifiersDescription
componentChanged(changed)?(Optional) 当监听的属性变化时候调用called while the observed component props change.
init(arg)?(Optional)
rendererUpdate(gameObject)?(Optional) 每帧调用called by every loop
update()