Table of Contents

Class DepthMinMax

Namespace
Stride.Rendering.Images
Assembly
Stride.Rendering.dll
public class DepthMinMax : ImageEffect, IComponent, IReferencable, ICollectorHolder, IImageEffect, IGraphicsRenderer, IGraphicsRendererBase, IGraphicsRendererCore, IDisposable
Inheritance
DepthMinMax
Implements
Inherited Members
Extension Methods

Constructors

DepthMinMax()

public DepthMinMax()

Properties

IsResultAvailable

public bool IsResultAvailable { get; }

Property Value

bool

Result

public Vector2 Result { get; }

Property Value

Vector2

Methods

DrawCore(RenderDrawContext)

Main drawing method for this renderer that must be implemented.

protected override void DrawCore(RenderDrawContext context)

Parameters

context RenderDrawContext

The context.

InitializeCore()

protected override void InitializeCore()