Class ArcDeletedEvent
Event used to notify that an arc has been deleted
Inheritance
ArcDeletedEvent
Assembly: Xareus.Scenarios.Unity.Edition.dll
Syntax
public class ArcDeletedEvent : EventBase<ArcDeletedEvent>
Constructors
ArcDeletedEvent()
Declaration
Properties
Destination
Declaration
public NodeUI Destination { get; set; }
Property Value
Source
Declaration
public NodeUI Source { get; set; }
Property Value
Methods
GetPooled(NodeUI, NodeUI)
Declaration
public static ArcDeletedEvent GetPooled(NodeUI source, NodeUI destination)
Parameters
Returns
Init()
Resets all event members to their initial values.
Declaration
protected override void Init()
Overrides
UnityEngine.UIElements.EventBase<Xareus.Scenarios.Unity.Edition.Events.ArcDeletedEvent>.Init()