ShapeInfo

Description

sealed class Tinman.Terrain.Shapes.ShapeInfo

Derived from

IShapeInfo

Provides information about a IShape object.

This class is intended to be used from the Scripting API.

Public / Constructors

Shape​Info


public constructor ShapeInfo → (1)

shape in : IShape

[not-null]
The shape for which to obtain infos.

Creates a new instance of ShapeInfo.

Configuration

Config


public static attribute Config → (get)

value : IConfigurator<ShapeInfo>

[not-null]
The configurator object.

The configurator object for this type.

Config​Type


public static attribute ConfigType → (get)

value : IConfigurator<ShapeType>

[not-null]
The configurator object.

The configurator object for ShapeType values.

Config​Value


public static attribute ConfigValue → (get)

value : IConfigurator<ShapeValue>

[not-null]
The configurator object.

The configurator object for ShapeValue values.