Skip to main content
Skip to main content

NoteNode

createNoteNode

Description

Create note node

Definition

createNoteNode(entityId? parentId, string? text, float? colorR, float? colorG, float? colorB, boolean? fixedSize)

Arguments

entityId?parentIdParent ID [optional] otherwise linked to rootNode
string?textText [optional]
float?colorRR component of note color [optional, 0-1]
float?colorGG component of note color [optional, 0-1]
float?colorBB component of note color [optional, 0-1]
boolean?fixedSizeFixed size on screen [optional]

Return Values

entityIdnoteNodeId