MockImageTests MockShader ClassDelta Engine Documentation
Inheritance Hierarchy

System Object
  DeltaEngine.Content ContentData
    DeltaEngine.Content Shader
      DeltaEngine.Content.Tests MockImageTests MockShader

Namespace: DeltaEngine.Content.Tests
Assembly: DeltaEngine.Content.Tests (in DeltaEngine.Content.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class MockShader : Shader

The MockImageTests MockShader type exposes the following members.

Constructors

  NameDescription
Public methodMockImageTests MockShader
Initializes a new instance of the MockImageTests MockShader class
Top
Methods

  NameDescription
Public methodApplyFogSettings (Overrides Shader ApplyFogSettings(FogSettings).)
Public methodApplyShaderParameters (Inherited from Shader.)
Public methodBind (Overrides Shader Bind .)
Public methodBindVertexDeclaration (Overrides Shader BindVertexDeclaration .)
Protected methodCreateDefault (Inherited from ContentData.)
Protected methodCreateShader (Overrides Shader CreateShader .)
Public methodDispose (Inherited from ContentData.)
Protected methodDisposeData (Overrides ContentData DisposeData .)
Public methodEquals(Object) (Inherited from Shader.)
Public methodEquals(Shader) (Inherited from Shader.)
Protected methodFillShaderCode (Overrides Shader FillShaderCode .)
Public methodGetHashCode (Inherited from Shader.)
Public methodInternalCreateDefault (Inherited from ContentData.)
Protected methodLoadData (Inherited from Shader.)
Public methodSetDiffuseTexture (Overrides Shader SetDiffuseTexture(Image).)
Public methodSetJointMatrices (Overrides Shader SetJointMatrices( Matrix ).)
Public methodSetLightmapTexture (Overrides Shader SetLightmapTexture(Image).)
Public methodSetModelViewProjection(Matrix) (Overrides Shader SetModelViewProjection(Matrix).)
Public methodSetModelViewProjection(Matrix, Matrix, Matrix) (Overrides Shader SetModelViewProjection(Matrix, Matrix, Matrix).)
Public methodSetSunLight (Overrides Shader SetSunLight(SunLight).)
Public methodToString (Inherited from ContentData.)
Protected methodTryCreateShader (Inherited from Shader.)
Top
Fields

  NameDescription
Protected fieldContentChanged (Inherited from ContentData.)
Top
Properties

  NameDescription
Protected propertyAllowCreationIfContentNotFound (Inherited from ContentData.)
Protected propertyData (Inherited from Shader.)
Public propertyFlags (Inherited from Shader.)
Public propertyIsDisposed (Inherited from ContentData.)
Public propertyMetaData (Inherited from ContentData.)
Public propertyName (Inherited from ContentData.)
Top
See Also