GetMaterialProperty_Index() private method

private GetMaterialProperty_Index ( Object mats, int propertyIndex ) : MaterialProperty
mats Object
propertyIndex int
return MaterialProperty
Example #1
0
 internal static MaterialProperty GetMaterialProperty(UnityEngine.Object[] mats, int propertyIndex)
 {
     return(ShaderUtil.GetMaterialProperty_Index(mats, propertyIndex));
 }