Implements
Members
Returns a matrix that transforms coordinates to the correct coordinate space of the texture being rendered to. This is the texture offset inverse transform of the closest parent RenderGroup that is cached as a texture.
Returns the inverse of the parent texture transform matrix. This is used to properly transform coordinates when rendering into cached textures.
Returns the inverse of the world transform matrix.
Indicates if the container should be cached as a texture.
- Default Value:
- false
The texture used for caching the container. this is only set if isCachedAsTexture is true. It can only be accessed after a render pass.
Indicates if the cached texture needs to be updated.
- Default Value:
- true
Returns the inverse of the texture offset transform matrix.
The options for caching the container as a texture.
Methods
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 |