Class ArcCreatedEvent
Event used to notify that an arc has been created
Inheritance
ArcCreatedEvent
Assembly: Xareus.Scenarios.Unity.Edition.dll
Syntax
public class ArcCreatedEvent : EventBase<ArcCreatedEvent>
Constructors
ArcCreatedEvent()
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 ArcCreatedEvent 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.ArcCreatedEvent>.Init()