Vector3Reference

Inherits from ValueReference<T>

Declaration

[Serializable]
public class Vector3Reference : ValueReference<Vector3, Vector3Variable>

Description

A reference to a Vector3 value, either a constant or Vector3Variable.

Constructors

Vector3ReferenceCreates a new Vector3 reference.

Operators

ImplicitImplicitly converts the reference to a Vector3.