ScriptableString Class
Definition
Section titled “Definition”ScriptableValue<T> with a string value.
[CreateAssetMenu(fileName = "New Scriptable String", menuName = "Hertzole/Scriptable Values/Values/String Value", order = -988)]public sealed class ScriptableString : ScriptableValue<string>, INotifyPropertyChanging, INotifyPropertyChanged, IStackTraceProvider, ICanBeReadOnlyInheritance object → UnityEngine.Object → UnityEngine.ScriptableObject → RuntimeScriptableObject → ScriptableValue → ScriptableValue<string>
Implements INotifyPropertyChanging, INotifyPropertyChanged, IStackTraceProvider, ICanBeReadOnly