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

VFXEventAttribute.GetVector3

Cambiar al Manual
public Vector3 GetVector3 (int nameID);
public Vector3 GetVector3 (string name);

Parámetros

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

Valor de retorno

Vector3 The stored Vector3 (or Vector3.zero if VFXEventAttribute.HasVector3 returns false).

Descripción

Gets a named stored Vector3.