Version: 2021.2
언어: 한국어

Shader.FindPropertyIndex

매뉴얼로 전환
public int FindPropertyIndex (string propertyName);

파라미터

propertyName The name of the shader property.

설명

Finds the index of a shader property by its name.

You can use the index with functions such as GetPropertyType and GetPropertyFlags to get more detailed property information. If Unity cannot find a property with the given name, the function returns -1.