Type Alias: SerializableNodeAppearance
SerializableNodeAppearance:
object
Type that represents a NodeAppearance in a serializable format
Type declaration
color?
readonlyoptionalcolor: [number,number,number]
Color as an RGB number tuple, with values in the range [0, 255]
outlineColor?
readonlyoptionaloutlineColor:NodeOutlineColor
Outline color,
See
prioritizedForLoadingHint?
readonlyoptionalprioritizedForLoadingHint:number
Prioritized loading hint,
See
renderGhosted?
readonlyoptionalrenderGhosted:boolean
Whether to render ghosted,
See
renderInFront?
readonlyoptionalrenderInFront:boolean
Whether to render in front,
See
visible?
readonlyoptionalvisible:boolean
Visibility,