VariableOverrideAsset

Class in LogicToolkit / Inherits from: UnityEngine.ScriptableObject

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

Property Name Description
Target Target LogicAsset
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.