ScrollingObjectCollection.ScrollEvent Class

Definition

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()

Applies to