DestroyOnBlackboardConditionComponent
Namespace: Murder.Components
Assembly: Murder.dll
public sealed struct DestroyOnBlackboardConditionComponent : IComponent
Implements: IComponent
⭐ Constructors
public DestroyOnBlackboardConditionComponent()
public DestroyOnBlackboardConditionComponent(CriterionNode node)
Parameters
node
CriterionNode
⭐ Properties
Rules
public readonly ImmutableArray<T> Rules;
List of requirements for destroying this object.
Returns
ImmutableArray<T>
⚡