GetMaterialProperty_Index() приватный Метод

private GetMaterialProperty_Index ( Object mats, int propertyIndex ) : MaterialProperty
mats Object
propertyIndex int
Результат MaterialProperty
Пример #1
0
 internal static MaterialProperty GetMaterialProperty(UnityEngine.Object[] mats, int propertyIndex)
 {
     return(ShaderUtil.GetMaterialProperty_Index(mats, propertyIndex));
 }