GroupResult

Description

sealed class Tinman.Engine.Scenes.Queries.GroupResult

Derived from

SceneQueryResult abstract

A query result that describes a group of related query results.

Public / Constructors

Group​Result


public constructor GroupResult → (1)

group in : IVectorConst<ISceneQueryResult>

[not-null]
The value for Group.

Creates a new instance of GroupResult.

Public / Attributes

Group


public attribute Group → (get)

value : IVectorConst<ISceneQueryResult>

[not-null]
The pick result group.

The pick result group, sorted with SceneQueryResult.SortByDistanceAsc.