IgeEntity

Method: cache

Gets / sets the cache flag that determines if the entity's texture rendering output should be stored on an off-screen canvas instead of calling the texture.render() method each tick. Useful for expensive texture calls such as rendering fonts etc. If enabled, this will automatically disable advanced composite caching on this entity with a call to compositeCache(false).
cache (Boolean val)
  • Booleanval True to enable caching, false to disable caching.
Returns *

Enable entity caching

entity.cache(true);

Disable entity caching

entity.cache(false);

Get 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