Class: RenderGroup

RenderGroup

Implements

Members

proxyRenderable RGRenderable<View>

proxy renderable is used to render the root containers view if it has one this is used as we do not want to inherit the transform / color of the root container it is only used by the parent root render group

Methods

addOnRender (container)

adding a container to the onRender list will make sure the user function passed in to the user defined 'onRender` callBack

Name Type Description
container Container

the container to add to the onRender list