Skip to content

ByteReference Class

A ValueReference<T> with a type of byte that allows you to reference a ScriptableValue<T> or a constant value.

C#
[Serializable]
public sealed class ByteReference : ValueReference<byte>

Inheritance objectValueReference<byte>