Vector4Reference

Inherits from ValueReference<T>

Declaration

[Serializable]
public class Vector4Reference : ValueReference<Vector4, Vector4Variable>

Description

A reference to a Vector4 value, either a constant or Vector4Variable.

Constructors

Vector4ReferenceCreates a new Vector4 reference.

Operators

ImplicitImplicitly converts the reference to a Vector4.