Node.getPropertyDefault

Gets the default value of a given property.

class Node
@nogc const @nogc nothrow
float
getPropertyDefault
(
quark key
)

Parameters

key quark

The name of the property.

Return Value

Type: float

The default value of the property.

Meta