SceneObjectResult

Description

abstract class Tinman.Engine.Scenes.Queries.SceneObjectResult

Derived from

SceneQueryResult abstract

Extended by

SceneEntityResult sealed
SceneEntityViewResult sealed

Abstract base class for query results that represent a scene object.

Public / Attributes

Scene​Object


public abstract attribute SceneObject → (get)

value : ISceneObject

[not-null]
The scene object.

The scene object that is associated with this query result.

Protected / Constructors

Scene​Object​Result


protected constructor SceneObjectResult → (1)

distance in : float64

The value for ISceneQueryResult.Distance.

Creates a new instance of SceneObjectResult.