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

VFXEventAttribute.SetBool

Cambiar al Manual
public void SetBool (int nameID, bool b);
public void SetBool (string name, bool b);

Parámetros

nameIDEl ID del nombre de la propiedad recuperada por Shader.PropertyToID.
nameEl nombre de una propiedad.
bThe new boolean value.

Descripción

Sets a named boolean value.