Version: 2022.2
언어: 한국어
public void SetInt (int nameID, int i);
public void SetInt (string name, int i);

파라미터

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.

설명

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