Vector2Reference

Inherits from ValueReference<T>

Declaration

[Serializable]
public class Vector2Reference : ValueReference<Vector2, Vector2Variable>

Description

A reference to a Vector2 value, either a constant or Vector2Variable.

Constructors

Vector2ReferenceCreates a new Vector2 reference.

Operators

ImplicitImplicitly converts the reference to a Vector2.