cache property

  1. @override
RenderTextureQuad? cache
override

This getter gives you access to the underlying RenderTextureQuad if a cache is applied to this display object. If no cache is applied this value is ´null´.

See also applyCache, refreshCache and removeCache.

Implementation

@override
RenderTextureQuad? get cache => _cache?.renderTextureQuad;