The XScreen class encapsulated working with the screen, display modes and the view rendering.
The XScreen..::.DeviceStateCache type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| XScreen..::.DeviceStateCache |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. | |
| GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | |
| GetType | Gets the Type of the current instance. | |
| MemberwiseClone | Creates a shallow copy of the current Object. | |
| SetTexture | ||
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| LastAmbient |
The last value of Ambient()()().
| |
| LastCullMode |
The last value of CullMode()()().
| |
| LastDepthBias |
The last value of DepthBias()()().
| |
| LastDestinationBlend |
The last value of DestinationBlend()()().
| |
| LastFillMode |
The last value of FillMode()()().
| |
| LastFogColor |
The last value of FogColor()()().
| |
| LastFogDensity |
The last value of FogDensity()()().
| |
| LastFogEnable |
The last value of FogEnable()()().
| |
| LastFogEnd |
The last value of FogEnd()()().
| |
| LastFogStart |
The last value of FogStart()()().
| |
| LastFogTableMode |
The last value of FogTableMode()()().
| |
| LastFogVertexMode |
The last value of FogVertexMode()()().
| |
| LastLighting |
The last value of Lighting()()().
| |
| LastMaterial |
The last value of Material()()().
| |
| LastMultiSampleAntiAlias |
The last value of MultiSampleAntiAlias()()().
| |
| LastNormalizeNormals |
The last value of NormalizeNormals()()().
| |
| LastRenderMaterial |
The last rendered material XMaterial.
| |
| LastShadeMode |
The last value of ShadeMode()()().
| |
| LastSourceBlend |
The last value of SourceBlend()()().
| |
| LastTextureCount |
The maximal used texture index.
| |
| LastTextures | ||
| LastTransformCount |
The maximal used tranform matrix index.
| |
| LastTransformProjection |
The last value of Projection()()().
| |
| LastTransformView |
The last value of View()()().
| |
| LastVertexBlend |
The last value of VertexBlend()()().
| |
| LastZBufferEnable |
The last value of ZBufferEnable()()().
| |
| LastZBufferFunction |
The last value of ZBufferFunction()()().
| |
| LastZBufferWriteEnable |
The last value of ZBufferWriteEnable()()().
| |
| SamplerState |
The last value of SamplerState()()().
| |
| SoftwareVertexProcessing | ||
| TextureState |
The last value of TextureState()()().
|