in_node_get_property

Gets the value of the given property.

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

Parameters

self in_node_t*

The node to operate on.

key quark_t

Name of the property to query.

Return Value

Type: float

The value of the property.

Meta