OnEnterOnExitComponent

Namespace: Murder.Components.Effects
Assembly: Murder.dll

public sealed struct OnEnterOnExitComponent : IComponent

Implements: IComponent

⭐ Constructors

public OnEnterOnExitComponent()
public OnEnterOnExitComponent(IInteractiveComponent onEnter, IInteractiveComponent onExit)

Parameters
onEnter IInteractiveComponent
onExit IInteractiveComponent

⭐ Properties

OnEnter

public readonly IInteractiveComponent OnEnter;

Returns
IInteractiveComponent

OnExit

public readonly IInteractiveComponent OnExit;

Returns
IInteractiveComponent