creator.actions.parameter

Undocumented in source.

Members

Aliases

ParameterAddAction
alias ParameterAddAction = ParameterAddRemoveAction!true
Undocumented in source.
ParameterRemoveAction
alias ParameterRemoveAction = ParameterAddRemoveAction!false
Undocumented in source.

Classes

AbstractParameterChangeBindingsAction
class AbstractParameterChangeBindingsAction(VarArg...)

Base class for actions to change multiple bindings of the same parameter at once.

ParameterAddBindingsAction
class ParameterAddBindingsAction
Undocumented in source.
ParameterAddRemoveAction
class ParameterAddRemoveAction(bool added = true)

Action to add parameter to active puppet.

ParameterChangeBindingsAction
class ParameterChangeBindingsAction
Undocumented in source.
ParameterChangeBindingsValueAction
class ParameterChangeBindingsValueAction
Undocumented in source.
ParameterRemoveBindingsAction
class ParameterRemoveBindingsAction
Undocumented in source.
ParameterValueChangeAction
class ParameterValueChangeAction(T)

Action to remove parameter from active puppet.

Functions

BindingAddMapper
Action BindingAddMapper(ParameterBinding binding, Parameter parent)

Actions to add bindings to parameter at once.

BindingChangeMapper
Action BindingChangeMapper(ParameterBinding binding)

Actions to change all binding values at once.

BindingRemoveMapper
Action BindingRemoveMapper(ParameterBinding binding, Parameter parent)

Actions to remove bindings from parameter at once.

BindingValueChangeMapper
Action BindingValueChangeMapper(ParameterBinding binding, int pointx, int pointy)

Actions to change binding value of specified keypoints at once.

Meta