![]() |
Paradox Game Engine
v1.0.0 beta06
|
Static Public Member Functions | |
static RasterizerState | New (GraphicsDevice graphicsDevice, RasterizerStateDescription rasterizerStateDescription) |
Initializes a new instance of the IRasterizerState class. More... | |
Public Attributes | |
readonly RasterizerStateDescription | Description |
Gets the rasterizer state description. More... | |
![]() | |
Action< GraphicsResourceBase > | Reload |
![]() | |
PropertyContainer | Tags |
Gets the attached properties to this component. More... | |
Protected Member Functions | |
RasterizerState () | |
RasterizerState (RasterizerStateDescription description) | |
override void | Destroy () |
Disposes of object resources. More... | |
![]() | |
GraphicsResourceBase () | |
Initializes a new instance of the GraphicsResourceBase class. More... | |
GraphicsResourceBase (GraphicsDevice device) | |
Initializes a new instance of the GraphicsResourceBase class. More... | |
GraphicsResourceBase (GraphicsDevice device, string name) | |
Initializes a new instance of the GraphicsResourceBase class. More... | |
![]() | |
ComponentBase () | |
Initializes a new instance of the ComponentBase class. More... | |
ComponentBase (string name) | |
Initializes a new instance of the ComponentBase class. More... | |
virtual void | OnNameChanged () |
Called when Name property was changed. More... | |
Additional Inherited Members | |
![]() | |
void | Dispose () |
override string | ToString () |
![]() | |
GraphicsDevice | GraphicsDevice [get, set] |
Gets the graphics device attached to this instance. More... | |
![]() | |
long | Id [get, set] |
string | Name [get, set] |
Gets or sets the name of this component. More... | |
bool | IsDisposed [get, set] |
Has the component been disposed or not yet. More... | |
![]() | |
long | Id [get] |
Gets the id of this component. More... | |
string | Name [get] |
Gets the name of this component. More... | |
![]() | |
int | ReferenceCount [get] |
Gets the reference count of this instance. More... | |
![]() | |
ObjectCollector | Collector [get] |
Gets the collector. More... | |
Definition at line 9 of file RasterizerState.cs.
|
protected |
Definition at line 12 of file RasterizerState.cs.
|
protected |
Definition at line 17 of file RasterizerState.cs.
|
protectedvirtual |
Disposes of object resources.
Reimplemented from SiliconStudio.Paradox.Graphics.GraphicsResourceBase.
Definition at line 51 of file RasterizerState.cs.
|
static |
Initializes a new instance of the IRasterizerState class.
graphicsDevice | The graphics device. |
rasterizerStateDescription | The rasterizer state description. |
Definition at line 32 of file RasterizerState.cs.
readonly RasterizerStateDescription SiliconStudio.Paradox.Graphics.RasterizerState.Description |
Gets the rasterizer state description.
Definition at line 25 of file RasterizerState.cs.