dragonBonesEntityProps
dragonBonesEntityProps(
d):object
Defined in: dragonbones/loadDragonBonesScene.ts:45
The in-place editable props from a DragonBonesAnimation component’s data — the
SINGLE extraction the scene loader and the editor’s live-sync both feed to
setEntityProps, so a prop added to the component is carried by both paths from
one place instead of being hand-listed twice.
Parameters
Section titled “Parameters”Record<string, unknown>
Returns
Section titled “Returns”object
color:
object
color.a
Section titled “color.a”a:
number
color.b
Section titled “color.b”b:
number
color.g
Section titled “color.g”g:
number
color.r
Section titled “color.r”r:
number
flipX:
boolean
flipY:
boolean
layer:
number
playing
Section titled “playing”playing:
boolean
skeletonScale
Section titled “skeletonScale”skeletonScale:
number
timeScale
Section titled “timeScale”timeScale:
number