Skip to content

BoundsReference Class

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

C#
[Serializable]
public sealed class BoundsReference : ValueReference<Bounds>

Inheritance objectValueReference<Bounds>