ValueReferenceType Enum
Definition
Section titled “Definition”The type of value reference.
public enum ValueReferenceTypeFields
Section titled “Fields”Constant
Section titled “Constant”A value you can set in the editor.
Constant = 0Reference
Section titled “Reference”References a ScriptableValue<T>.
Reference = 1Addressable
Section titled “Addressable”References a ScriptableValue<T> that is addressable.
Addressable = 2