in_node_get_lock_to_root

Gets whether the node's transform is locked to the root node.

version(IN_DYNLIB)
export extern (C) @nogc
bool
in_node_get_lock_to_root

Parameters

self in_node_t*

The node to operate on.

Return Value

Type: bool

true if the transformation of the node is locked to the root node, false otherwise.

Meta