Class TriggerCustomEvent
Inheritance
TriggerCustomEvent
Syntax
[UnitSurtitle("Custom Event")]
[UnitShortTitle("Trigger")]
[TypeIcon(typeof(CustomEvent))]
[UnitCategory("Events")]
[UnitOrder(1)]
public sealed class TriggerCustomEvent : Unit, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IAnalyticsIdentifiable
Properties
argumentCount
Declaration
[DoNotSerialize]
[Inspectable]
[UnitHeaderInspectable("Arguments")]
public int argumentCount { get; set; }
Property Value
arguments
Declaration
[DoNotSerialize]
public List<ValueInput> arguments { get; }
Property Value
enter
The entry point to trigger the event.
Declaration
[DoNotSerialize]
public ControlInput enter { get; }
Property Value
exit
The action to do after the event has been triggered.
Declaration
[DoNotSerialize]
public ControlOutput exit { get; }
Property Value
name
Declaration
[DoNotSerialize]
public ValueInput name { get; }
Property Value
target
Declaration
[DoNotSerialize]
[NullMeansSelf]
public ValueInput target { get; }
Property Value
Methods
Definition()
Declaration
protected override void Definition()
Overrides
Extension Methods