in_node_get_property_default

Gets the default value of the given property.

version(IN_DYNLIB)
export extern (C) @nogc
float
in_node_get_property_default

Parameters

self in_node_t*

The node to operate on.

key quark_t

Name of the property to query.

Return Value

Type: float

The default value of the property.

Meta