Interface IModelInstance
Instance of a model with its parameters.
public interface IModelInstance
Properties
Materials
Gets the materials.
IndexingDictionary<Material> Materials { get; }
Property Value
- IndexingDictionary<Material>
The materials.
Model
Gets the model.
Model Model { get; }
Property Value
- Model
The model.