Version: 2021.1
언어: 한국어

PersistentListenerMode

enumeration

매뉴얼로 전환

설명

THe mode that a listener is operating in.

변수

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.