CustomEvent

非推奨を表示
非推奨

概要

方法

イベント

プロパティ

方法

GetAttachedReceivers

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


戻り値

SetValue

void

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

パラメータ

newValue: number

戻り値

void

イベント

ReceiverConnected

This event fires when a receiver is connected to the CustomEvent

パラメータ

receiver: Instance

ReceiverDisconnected

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

パラメータ

receiver: Instance