LoadModel abstract method

ModelStructType LoadModel(
  1. String fileName
)

Load model from files (meshes and materials)

Implementation

ModelStructType LoadModel(
  String fileName,
);