Class SignalEmitter
Marker that emits a signal to a SignalReceiver.
상속된 멤버
네임스페이스: UnityEngine.Timeline
어셈블리: solution.dll
구문
[Serializable]
[CustomStyle("SignalEmitter")]
[ExcludeFromPreset]
public class SignalEmitter : Marker, IMarker, INotification, INotificationOptionProvider
프로퍼티
이름 | 설명 |
---|---|
asset | Asset representing the signal being emitted. |
emitOnce | Use emitOnce to emit this signal once during loops. |
retroactive | Use retroactive to emit the signal if playback starts after the SignalEmitter time. |