Version: 2021.2
언어: 한국어

Shader.GetGlobalFloat

매뉴얼로 전환
public static float GetGlobalFloat (string name);
public static float GetGlobalFloat (int nameID);

파라미터

nameID The name ID of the property retrieved by Shader.PropertyToID.
name The name of the property.

설명

Gets a global float property for all shaders previously set using SetGlobalFloat.