IModelInstance Interface
Namespace: Stride.RenderingAssembly: Stride.Rendering.dll
Instance of a model with its parameters.
public interface IModelInstance
Name | Description | |
---|---|---|
Properties | ||
Materials | Gets the materials. |
|
Model | Gets the model. |
Properties
Materials
Gets the materials.
IndexingDictionary<Material> Materials { get; }
Property Value
Type | Description |
---|---|
IndexingDictionary<Material> | The materials. |
Model
Gets the model.
Model Model { get; }
Property Value
Type | Description |
---|---|
Model | The model. |