ScrollingObjectCollection.ScrollEvent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The UnityEvent type the ScrollingObjectCollection sends. GameObject is the object the fired the scroll.
public: ref class ScrollingObjectCollection::ScrollEvent : UnityEngine::Events::UnityEvent<UnityEngine::GameObject ^>
[System.Serializable]
public class ScrollingObjectCollection.ScrollEvent : UnityEngine.Events.UnityEvent<UnityEngine.GameObject>
[<System.Serializable>]
type ScrollingObjectCollection.ScrollEvent = class
inherit UnityEvent<GameObject>
Public Class ScrollingObjectCollection.ScrollEvent
Inherits UnityEvent(Of GameObject)
- Inheritance
-
UnityEngine.Events.UnityEvent<UnityEngine.GameObject>ScrollingObjectCollection.ScrollEvent
- Attributes
Constructors
ScrollingObjectCollection.ScrollEvent() |