SceneEntityBase

Description

abstract class Tinman.Engine.Scenes.SceneEntityBase

Derived from

SceneObject abstract
ISceneEntity

Extended by

Animation sealed
CameraFocus sealed
Dome sealed
FloatingLabel sealed
GeoPathTrack sealed
GeoPathTrail sealed
ImageDecal sealed
LevelCorrection sealed
SceneEntity
ShapeLayer sealed
TextureDecal sealed
TextureLayer sealed

Abstract base class for ISceneEntity implementations.

The ISceneObject.QuerySceneObjectResult method will generate a SceneEntityResult for this scene entity.

Protected / Constructors

Scene​Entity​Base


protected constructor SceneEntityBase → (1)

entityViewMask opt : int64 = ~0

The value for IEntityViewMask.EntityViewMask.

Creates a new instance of SceneEntityBase.

Protected / Attributes

scene


protected attribute scene → (IScene)

The scene this entity is attached to, or null.