Contents

EventParameterType

The associated event parameter type.

Declaration

associatedtype EventParameterType = Never

Discussion

Event parameters are used when more than one event interval is defined for a single action animation. Event parameters can vary for each event interval. The parameter data associated with each event will be returned to the event handler when it is called.

The default parameter type is Never so that it does not need to be defined for single event action animations.