Example_SceneEntityView

Description

sealed class Tinman.Demo.Examples.Impl.Example_SceneEntityView

Derived from

SceneEntityView<ISceneView3D> abstract

Full source code is included in the Tinman 3D SDK download.

This example implements a simple scene entity view.

The view draws a colored line between the origins of two local-spaces, putting a screen label halfway in-between.

Public / Constructors

Example_​Scene​Entity​View


public constructor Example_SceneEntityView → ()

Creates a new instance of Example_SceneEntityView.

Public / Attributes

Color


public attribute Color → (get,set)

value : int64

The color value, see Colors.

The color of the connecting line.

Content


public attribute Content → (get,set)

value : IScreenLabelContent

The screen label content.

The content to show at halfway between the endpoints.

First


public attribute First → (get,set)

value : ITerrainTransform

Local-space of first endpoint.

First endpoint of the connecting line.

Second


public attribute Second → (get,set)

value : ITerrainTransform

Local-space of second endpoint.

Second endpoint of the connecting line.