CustomEvent

사용되지 않는 항목 표시
사용되지 않음

속성

메서드

GetAttachedReceivers

Instances

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


반환

Instances

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