Fact

Namespace: Murder.Core.Dialogs
Assembly: Murder.dll

public sealed struct Fact

⭐ Constructors

public Fact()
public Fact(string blackboard, string name, FactKind kind, Type componentType)

Parameters
blackboard string
name string
kind FactKind
componentType Type

public Fact(Type componentType)

Parameters
componentType Type

⭐ Properties

Blackboard

public readonly string Blackboard;

If null, grab the default blackboard.

Returns
string

ComponentType

public readonly Type ComponentType;

Set when the fact is of type FactKind.Component

Returns
Type

EditorName

public string EditorName { get; }

Returns
string

Kind

public readonly FactKind Kind;

Returns
FactKind

Name

public readonly string Name;

Returns
string