IgeEntity

Method: compositeCache

Gets / sets composite caching. Composite caching draws this entity and all of it's children (and their children etc) to a single off screen canvas so that the entity does not need to be redrawn with all it's children every tick. For composite entities where little change occurs this will massively increase rendering performance. If enabled, this will automatically disable simple caching on this entity with a call to cache(false).
compositeCache (Boolean val)
  • Booleanval
Returns *

Enable entity composite caching

entity.compositeCache(true);

Disable entity composite caching

entity.compositeCache(false);

Get composite caching flag value

var val = entity.cache();
© Copyright 2013 Irrelon Software Limited. All Rights Reserved. UK Registered Company Number: 07522767
Isogenic (ī´sōjen´ik): Adj originating from a common source; possessing the same genetic composition.
Strange Things Happen at the One Two Point