EffectEventHelper
Info
typeClass
namespaceAnimatext
Constructors
EffectEventHelper()
EffectEventHelper(params int[] array)
EffectEventHelper(BaseAnimatext animatext, params int[] array)
Fields
animatextBaseAnimatextThe Animatext component of the effects.
indexListList<int>The index list of the effects in the Animatext component.
onEndEventUnityEngine.Events.UnityEventThe event added to Effect.onEnd.
onPauseEventUnityEngine.Events.UnityEventThe event added to Effect.onPause.
onPlayEventUnityEngine.Events.UnityEventThe event added to Effect.onPlay.
onProceedEventUnityEngine.Events.UnityEventThe event added to Effect.onProceed.
onStartEventUnityEngine.Events.UnityEventThe event added to Effect.onStart.
onStopEventUnityEngine.Events.UnityEventThe event added to Effect.onStop.