Table of Contents

Class GridEvent

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

Use for displaying events of the GridEventTrigger in the inspector.

[Serializable]
public class GridEvent : UnityEvent<GridPoint2>, ISerializationCallbackReceiver
Inheritance
UnityEventBase
UnityEvent<GridPoint2>
GridEvent
Implements
ISerializationCallbackReceiver
Inherited Members
UnityEvent<GridPoint2>.AddListener(UnityAction<GridPoint2>)
UnityEvent<GridPoint2>.RemoveListener(UnityAction<GridPoint2>)
UnityEvent<GridPoint2>.Invoke(GridPoint2)
UnityEventBase.GetPersistentEventCount()
UnityEventBase.RemoveAllListeners()
UnityEventBase.ToString()