PersistentListenerMode

enumeration

Description 描述

THe mode that a listener is operating in.

Properties 属性

EventDefinedThe listener will use the function binding specified by the even.
VoidThe listener will bind to zero argument functions.
ObjectThe listener will bind to one argument Object functions.
IntThe listener will bind to one argument int functions.
FloatThe listener will bind to one argument float functions.
StringThe listener will bind to one argument string functions.
BoolThe listener will bind to one argument bool functions.