DAZ Script | |
---|---|
ControllerEffect | { None, Additive, Replace } |
DAZ Script | |
---|---|
DzProperty | getOwner () |
void | attributeChanged () |
void | currentValueChanged () |
The controller class is like a modifier for DzProperty types. Controllers allow implementation of custom modulation of properties without changing the properties actual value. Common implementations of controllers include: controllers that adjust one property based on the value of another property, controllers that replace the value of one property with the value of another property, controllers that use a script expression to drive a property, etc.
The type of modifications that a controller performs on the value of a property
The description of the controller (Read Only)
The effect of the controller (Read Only)
The description of the controller when slave (Read Only)
Since:
void : attributeChanged()
TODO: Add description.
void : currentValueChanged()
Signature:“currentValueChanged()”
Emitted when the value of this controller has changed.