ISceneQueryOp

Description

interface Tinman.Engine.Scenes.Queries.ISceneQueryOp

Extended by

ISceneQueryOpArg
SceneQueryOp abstract

Base interface for classes that implement a concrete scene query operation, such as ray-casting or distance field checks.

Public / Methods

Compute​Query​Results


public method ComputeQueryResults → (3)

scene in : IScene

[not-null]
The scene.

sceneView in : ISceneView

The scene view or null.

builder in : ISceneQueryResultBuilder

[not-null]
The query result builder to use.

Performs the scene query operation and outputs intermediate query results to the given builder in.