CustomEvent

Visualizza obsoleti
deprecato

Sommario

Metodi

Eventi

Proprietà

Metodi

GetAttachedReceivers

This function returns the CustomEventReceivers that are connected to the CustomEvent.


Restituzioni

SetValue

void

This function sets the value of the CustomEvent and fires the CustomEventReceiver.SourceValueChanged event for all connected CustomEventReceiver|receivers.

Parametri

newValue: number

Restituzioni

void

Eventi

ReceiverConnected

This event fires when a receiver is connected to the CustomEvent

Parametri

receiver: Instance

ReceiverDisconnected

This event fires when a receiver is disconnected from the CustomEvent.

Parametri

receiver: Instance