Class ScrollingObjectCollection.ScrollEvent
The UnityEvent type the ScrollingObjectCollection sends. GameObject is the object the fired the scroll.
Implements
UnityEvent<GameObject>
Namespace: Microsoft.MixedReality.Toolkit.Experimental.UI
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
[Serializable]
public class ScrollEvent : UnityEvent<GameObject>, UnityEvent<GameObject>
Implements
UnityEvent<>