in_node_set_property

Sets the value of the given property.

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

Parameters

self in_node_t*

The node to operate on.

key quark_t

Name of the property to query.

value float

Value to assign the property to.

Return Value

Type: void

The default value of the property.

Meta