Table of Contents

Class StringListVariable

Namespace
CodeBase.SharedVariable
Assembly
4Experience.CodeBase.SharedVariables.Runtime.dll
[CreateAssetMenu(menuName = "4Experience/Shared Variable/StringListVariable")]
public class StringListVariable : SharedVariable
Inheritance
Object
ScriptableObject
StringListVariable
Inherited Members
Extension Methods

Fields

currentValue

protected List<string> currentValue

Field Value

List<string>

initialValue

[SerializeField]
protected List<string> initialValue

Field Value

List<string>

Properties

CurrentValue

public List<string> CurrentValue { get; set; }

Property Value

List<string>

InitialValue

protected List<string> InitialValue { get; }

Property Value

List<string>

Methods

OnAfterDeserialize()

public void OnAfterDeserialize()

OnBeforeSerialize()

public void OnBeforeSerialize()

Events

OnValueChanged

public event Action<List<string>> OnValueChanged

Event Type

Action<List<string>>