Readonly
stickfigureReadonly
idReadonly
anchor_Readonly
attached_Sets the attached node draw indices Throws error if any given node draw index is invalid
Inserts the given node draw indices after the given node draw index Throws error if any given node draw index is invalid
Inserts the given node draw indices before the given node draw index Throws error if any given node draw index is invalid
Removes the given node draw indices from the attached node draw indices. Throws error if any given node draw index is invalid
Sets the attached node draw indices, processing only valid indices.
Returns an array of indices that were actually set.
Unlike set_attached_node_draw_indices
, this method ignores invalid indices instead of erroring.
Removes the given node draw indices from the attached node draw indices, processing only valid indices.
Returns an array of indices that were actually removed.
Unlike remove_attached_node_draw_indices
, this method ignores invalid indices instead of erroring.
Attempts to set polyfill anchor node to supplied draw index. Throws error if draw index is already occupied by a polyfill or is an invalid draw index.