RectReference

Inherits from ValueReference<T>

Declaration

[Serializable]
public class RectReference : ValueReference<Rect, RectVariable>

Description

A reference to a Rect value, either a constant or RectVariable.

Constructors

RectReferenceCreates a new Rect reference.

Operators

ImplicitImplicitly converts the reference to a Rect.