VariableOverrideAsset

Class in LogicToolkit / Inherits from: UnityEngine.ScriptableObject

Description

Assets to override the initial value of each Variable of the root Blackboard of LogicAsset

Properties

Property Name Description
Target Target LogicAsset

Methods

Method Name Description
ClearVariableOverride Clear the overwritten data.
HasVariableOverride Whether it has override data for Variable
RemoveVariableOverride Remove the overwritten data.
SetVariableOverride Set data that overrides Variable.
TryGetVariableOverride Gets the value of the overwrite data.