SceneEntityViewResult

Description

sealed class Tinman.Engine.Scenes.Queries.SceneEntityViewResult

Derived from

SceneObjectResult abstract

A query result that describes a scene entity view (see ISceneEntityView).

Public / Constructors

Scene​Entity​View​Result


public constructor SceneEntityViewResult → (4)

distance in : float64

The value for ISceneQueryResult.Distance.

sceneEntityView in : ISceneEntityView

[not-null]
The value for SceneEntityView.

sceneView in : ISceneView

[not-null]
The value for SceneView.

parentEntity opt : SceneEntityResult = null

The value for ParentEntity.

Creates a new instance of SceneEntityViewResult.

Public / Attributes

Parent​Entity


public attribute ParentEntity → (get)

value : SceneEntityResult

The parent result or null if none.

The parent scene entity result.

Scene​Entity​View


public attribute SceneEntityView → (get)

value : ISceneEntityView

[not-null]
The scene entity view.

The scene entity view.

Scene​View


public attribute SceneView → (get)

value : ISceneView

[not-null]
The scene view.

The scene view.