Paradox Game Engine
v1.0.0 beta06
Main Page
Related Pages
Packages
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Events
Macros
Pages
IModelInstance.cs
Go to the documentation of this file.
1
// Copyright (c) 2014 Silicon Studio Corp. (http://siliconstudio.co.jp)
2
// This file is distributed under GPL v3. See LICENSE.md for details.
3
4
namespace
SiliconStudio.
Paradox
.Effects
5
{
6
/// <summary>
7
/// Instance of a model with its parameters.
8
/// </summary>
9
public
interface
IModelInstance
10
{
11
/// <summary>
12
/// Gets the model.
13
/// </summary>
14
/// <value>The model.</value>
15
Model
Model
{
get
; }
16
17
/// <summary>
18
/// Gets the parameters.
19
/// </summary>
20
/// <value>The parameters.</value>
21
ParameterCollection
Parameters {
get
; }
22
23
/// <summary>
24
/// Gets the draw order.
25
/// </summary>
26
/// <value>The draw order.</value>
27
float
DrawOrder {
get
; }
28
}
29
}
SiliconStudio.Paradox.Graphics.Paradox
Paradox image file.
SiliconStudio.Paradox.Effects.IModelInstance
Instance of a model with its parameters.
Definition:
IModelInstance.cs:9
SiliconStudio.Paradox.Effects.Model
Collection of Mesh, each one usually being a different LOD of the same Model. The effect system will ...
Definition:
Model.cs:23
SiliconStudio.Paradox.Effects.ParameterCollection
A container to handle a hierarchical collection of effect variables.
Definition:
ParameterCollection.cs:28
sources
engine
SiliconStudio.Paradox.Engine
Effects
IModelInstance.cs
Generated on Sat Dec 20 2014 21:51:39 for Paradox Game Engine by
1.8.7