Class TriggerEventUnit
Inheritance
TriggerEventUnit
Inherited Members
Namespace: Unity.VisualScripting
Syntax
[UnitCategory("Events/Physics")]
public abstract class TriggerEventUnit : GameObjectEventUnit<Collider>, IGraphElementWithData, IGraphEventHandler<Collider>, IGameObjectEventUnit, IEventUnit, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IGraphEventListener
Properties
collider
The other collider involved in the collision.
Declaration
[DoNotSerialize]
public ValueOutput collider { get; }
Property Value
Type | Description |
---|---|
ValueOutput |
Methods
AssignArguments(Flow, Collider)
Declaration
protected override void AssignArguments(Flow flow, Collider other)
Parameters
Type | Name | Description |
---|---|---|
Flow | flow | |
Collider | other |
Overrides
Unity.VisualScripting.EventUnit<UnityEngine.Collider>.AssignArguments(Unity.VisualScripting.Flow, UnityEngine.Collider)
Definition()
Declaration
protected override void Definition()
Overrides
Unity.VisualScripting.GameObjectEventUnit<UnityEngine.Collider>.Definition()