![]() |
Paradox Game Engine
v1.0.0 beta06
|
Instantiation of a Model through a RenderPipeline. More...
Public Member Functions | |
| RenderModel (RenderPipeline pipeline, IModelInstance modelInstance) | |
| Initializes a new instance of the RenderModel class. More... | |
| RenderModel (RenderPipeline pipeline, Model model) | |
| Initializes a new instance of the RenderModel class. More... | |
Public Attributes | |
| readonly List< RenderMesh >[] | RenderMeshes |
| Gets the meshes instantiated for this view. More... | |
| readonly IModelInstance | ModelInstance |
| The model instance More... | |
| readonly Model | Model |
| Gets the underlying model. More... | |
| readonly ParameterCollection | Parameters |
| Gets the instance parameters to this model. More... | |
| readonly RenderPipeline | Pipeline |
| Gets the render pipeline. More... | |
Instantiation of a Model through a RenderPipeline.
Definition at line 11 of file RenderModel.cs.
| SiliconStudio.Paradox.Effects.RenderModel.RenderModel | ( | RenderPipeline | pipeline, |
| IModelInstance | modelInstance | ||
| ) |
Initializes a new instance of the RenderModel class.
| pipeline | The pipeline. |
| modelInstance | The model instance. |
| System.ArgumentNullException | pipeline |
Definition at line 19 of file RenderModel.cs.
| SiliconStudio.Paradox.Effects.RenderModel.RenderModel | ( | RenderPipeline | pipeline, |
| Model | model | ||
| ) |
Initializes a new instance of the RenderModel class.
| pipeline | The pipeline. |
| model | The model. |
| System.ArgumentNullException | pipeline |
Definition at line 44 of file RenderModel.cs.
| readonly Model SiliconStudio.Paradox.Effects.RenderModel.Model |
| readonly IModelInstance SiliconStudio.Paradox.Effects.RenderModel.ModelInstance |
The model instance
Definition at line 64 of file RenderModel.cs.
| readonly ParameterCollection SiliconStudio.Paradox.Effects.RenderModel.Parameters |
Gets the instance parameters to this model.
The instance parameters to this model.
Definition at line 80 of file RenderModel.cs.
| readonly RenderPipeline SiliconStudio.Paradox.Effects.RenderModel.Pipeline |
| readonly List<RenderMesh> [] SiliconStudio.Paradox.Effects.RenderModel.RenderMeshes |
Gets the meshes instantiated for this view.
The meshes instantiated for this view.
Definition at line 59 of file RenderModel.cs.