Node.setProperty

Sets the value of the property.

class Node
@nogc @nogc nothrow
void
setProperty
(
quark key
,
float value
)

Parameters

key quark

The name of the property.

value float

The value to set the property to.

Meta