in_node_set_lock_to_root

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

version(IN_DYNLIB)
export extern (C) @nogc
void
in_node_set_lock_to_root

Parameters

self in_node_t*

The node to operate on.

value bool

The value to set.

Meta