nw::gfx::SharedAnimCache Class

Syntax

class SharedAnimCache : public nw::gfx::GfxObject

Description

Class for sharable animation classes.

This cache class can be shared by multiple instances of AnimEvaluator. If animation results are shared, you can anticipate faster processing because cache results remain available for re-use.

Classes

nw::gfx::SharedAnimCache::Builder Class for creating shared animation caches.

Member Functions

Create/Destroy
Destroy Destroys an object.(Derived from GfxObject.)
Other
V ~SharedAnimCache Destructor.

Class Hierarchy

nw::gfx::GfxObject
  nw::gfx::SharedAnimCache

See Also

nw::gfx::AnimEvaluator::SetSharedCacheBuffer


CONFIDENTIAL