LoadMaterials abstract method

List<MaterialStructType> LoadMaterials(
  1. String fileName
)

Load materials from model file

Implementation

List<MaterialStructType> LoadMaterials(
  String fileName,
);