UnityEditor.ShaderUtil.GetMaterialProperty C# (CSharp) 메소드

GetMaterialProperty() 정적인 개인적인 메소드

static private GetMaterialProperty ( Object mats, int propertyIndex ) : MaterialProperty
mats Object
propertyIndex int
리턴 MaterialProperty
        internal static MaterialProperty GetMaterialProperty(Object[] mats, int propertyIndex)
        {
            return GetMaterialProperty_Index(mats, propertyIndex);
        }

Same methods

ShaderUtil::GetMaterialProperty ( Object mats, string name ) : MaterialProperty