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