AnimatedPart.onDefineProperties

Called when the node is to define its properties.

Call propList.define with a quark to do this.

class AnimatedPart
protected @nogc override
void
onDefineProperties
(
ref PropertyStore propList
)

Parameters

propList PropertyStore

The property list to populate.

Meta