Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetVector(string)

Gets a vector property value by name.
Read time 1 minuteLast updated 7 days ago

Definition

public Vector4 GetVector(string name)

Parameters

name

The property name of the vector value.

Returns

Type

Description

Vector4The vector property stored for the specified name, or the zero vector if none.