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