SceneEntityResult Description sealed class Tinman.Engine.Scenes.Queries.SceneEntityResult Derived from SceneObjectResult abstract A query result that describes a scene entity (see ISceneEntity). See also SceneQueryResultType.SceneEntity Public / Constructors SceneEntityResult public constructor SceneEntityResult → (3) distance in : float64 The value for ISceneQueryResult.Distance. sceneEntity in : ISceneEntity [not-null] The value for SceneEntity. scene in : IScene [not-null] The value for Scene. Creates a new instance of SceneEntityResult. Public / Attributes Scene public attribute Scene → (get) value : IScene [not-null] The scene. The scene. SceneEntity public attribute SceneEntity → (get) value : ISceneEntity [not-null] The scene entity. The scene entity. PointResult SceneEntityViewResult