ArmatureDisplay.AnimationCacheMode Enum
Module: dragonBones
Enum for cache mode type.
Index
REALTIMESHARED_CACHEPRIVATE_CACHE
Details
REALTIME
The realtime mode.
| meta | description |
|---|---|
| Type | Number |
| Defined in | extensions/dragonbones/ArmatureDisplay.js:53 |
SHARED_CACHE
The shared cache mode.
| meta | description |
|---|---|
| Type | Number |
| Defined in | extensions/dragonbones/ArmatureDisplay.js:59 |
PRIVATE_CACHE
The private cache mode.
| meta | description |
|---|---|
| Type | Number |
| Defined in | extensions/dragonbones/ArmatureDisplay.js:65 |