VisualComponentData
Defined in: renderer/src/VisualComponent.ts:70
Snapshot fields shared by all five visual components.
Extended by
Section titled “Extended by”Properties
Section titled “Properties”alpha?
Section titled “alpha?”
optionalalpha?:number
Defined in: renderer/src/VisualComponent.ts:73
blendMode?
Section titled “blendMode?”
optionalblendMode?:BLEND_MODES
Defined in: renderer/src/VisualComponent.ts:76
Omitted while the object blends normally, which is the common case.
effects?
Section titled “effects?”
optionaleffects?:EffectStackSnapshot
Defined in: renderer/src/VisualComponent.ts:83
interactive?
Section titled “interactive?”
optionalinteractive?:VisualInteractiveOptions
Defined in: renderer/src/VisualComponent.ts:82
See VisualComponentOptions.interactive — persisted so restored
scenes keep eventMode and the consumeOnInteraction mark on the
rebuilt container.
layer:
string
Defined in: renderer/src/VisualComponent.ts:71
optionalmask?:MaskSnapshot
Defined in: renderer/src/VisualComponent.ts:84
optionaltint?:ColorSource
Defined in: renderer/src/VisualComponent.ts:72
visible?
Section titled “visible?”
optionalvisible?:boolean
Defined in: renderer/src/VisualComponent.ts:74