Experimental: this API is experimental and might be changed or removed in the future.

VFXEventAttribute.GetVector2

Cambiar al Manual
public Vector2 GetVector2 (int nameID);
public Vector2 GetVector2 (string name);

Parámetros

nameIDEl ID del nombre de la propiedad recuperada por Shader.PropertyToID.
nameEl nombre de una propiedad.

Valor de retorno

Vector2 The stored Vector2 (or Vector2.zero if VFXEventAttribute.HasVector2 returns false).

Descripción

Gets a named stored Vector2.