C# Class SeeingSharp.Core.RenderPass2DOverlay

Inheritance: SeeingSharp.Core.RenderPassBase
Afficher le fichier Open project: RolandKoenig/SeeingSharp2

Méthodes publiques

Méthode Description
Apply ( SeeingSharp.Core.RenderState renderState ) : void

Applies this RenderPass (called before starting rendering first objects with it).

Discard ( SeeingSharp.Core.RenderState renderState ) : void

Discards this RenderPass (called after rendering all objects of this pass).

Méthodes protégées

Méthode Description
LoadResourceInternal ( EngineDevice device, SeeingSharp.Core.ResourceDictionary resources ) : void

Loads the resource.

UnloadResourceInternal ( EngineDevice device, SeeingSharp.Core.ResourceDictionary resources ) : void

Unloads the resource.

Method Details

Apply() public méthode

Applies this RenderPass (called before starting rendering first objects with it).
public Apply ( SeeingSharp.Core.RenderState renderState ) : void
renderState SeeingSharp.Core.RenderState The current render state.
Résultat void

Discard() public méthode

Discards this RenderPass (called after rendering all objects of this pass).
public Discard ( SeeingSharp.Core.RenderState renderState ) : void
renderState SeeingSharp.Core.RenderState The current render state.
Résultat void

LoadResourceInternal() protected méthode

Loads the resource.
protected LoadResourceInternal ( EngineDevice device, SeeingSharp.Core.ResourceDictionary resources ) : void
device EngineDevice
resources SeeingSharp.Core.ResourceDictionary Parent ResourceDictionary.
Résultat void

UnloadResourceInternal() protected méthode

Unloads the resource.
protected UnloadResourceInternal ( EngineDevice device, SeeingSharp.Core.ResourceDictionary resources ) : void
device EngineDevice
resources SeeingSharp.Core.ResourceDictionary Parent ResourceDictionary.
Résultat void