UnityEditor.MaterialEditor.GetMaterialProperty C# (CSharp) Method

GetMaterialProperty() public static method

public static GetMaterialProperty ( UnityEngine mats, int propertyIndex ) : MaterialProperty
mats UnityEngine
propertyIndex int
return MaterialProperty
        public static MaterialProperty GetMaterialProperty(UnityEngine.Object[] mats, int propertyIndex)
        {
            return ShaderUtil.GetMaterialProperty_Index(mats, propertyIndex);
        }

Same methods

MaterialEditor::GetMaterialProperty ( UnityEngine mats, string name ) : MaterialProperty
MaterialEditor