VFXEventAttribute.SetInt

Declaration

public void SetInt(int nameID, int i);

Declaration

public void SetInt(string name, int i);

Parameters

nameID The ID of the property. This is the same ID that Shader.PropertyToID returns.
name The name of the property.
i The new integer value.

Description

Use this method to set the value of an integer with the name you pass in.


Did you find this page useful? Please give it a rating: