Interface: DrawableOptions
Extended by
Properties
anchorPoint?
optional
anchorPoint:Point
Point within the node that determines its position. Default is { x: 0.5, y: 0.5 }, which centers the node on its position
Defined in
DrawableOptions.ts:5
zPosition?
optional
zPosition:number
Value along the z-axis to determine drawing and tap order. Larger values are on top.
Defined in
DrawableOptions.ts:7