- bindings
AutomationBinding[] bindings;
Undocumented in source.
- remapRange
float remapRange(float value, vec2 range)
Helper function to remap range from 0.0-1.0
to min-max
- onUpdate
void onUpdate()
Called on update to update a single binding.
- serializeSelf
void serializeSelf(InochiSerializer serializer)
Undocumented in source. Be warned that the author may not have intended to support it.
- serializeSelf
void serializeSelf(InochiSerializerCompact serializer)
Undocumented in source. Be warned that the author may not have intended to support it.
- deserializeSelf
void deserializeSelf(Fghj data)
Undocumented in source. Be warned that the author may not have intended to support it.
- name
string name;
Human readable name of automation
- enabled
bool enabled;
Whether the automation is enabled
- typeId
string typeId;
Type ID of the automation
- bind
void bind(AutomationBinding binding)
- finalize
void finalize(Puppet parent)
Finalizes the loading of the automation
- update
void update()
Updates and applies the automation to all the parameters
that this automation is bound to
- serialize
void serialize(S serializer)
- deserializeFromFghj
SerdeException deserializeFromFghj(Fghj data)