The MaterialEffect type exposes the following members.

Constructors

  NameDescription
MaterialEffect

Methods

  NameDescription
BeginOverloaded.
Commit
DrawIndexedPrimitives
Renders the specified geometric primitive, based on indexing into an array of vertices.
DrawModelMeshPart
DrawPrimitives
Renders a sequence of non-indexed geometric primitives of the specified type from the current set of data input streams using current Effect()()().
DrawSkinnedIndexedPrimitives
Renders the specified geometric primitive, based on indexing into an array of vertices.
DrawUserIndexedPrimitivesOverloaded.
DrawUserPrimitives<(Of <(T>)>)
Renders the given geometric primitive with data specified by the user.
End
Ends application of the material.
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
SetTransforms
ToString (Inherited from Object.)

Fields

  NameDescription
World

Properties

  NameDescription
Camera

See Also