GetMaterialProperty_Index() private méthode

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