Class TVisibilitySensorInstance

Unit

Declaration

type TVisibilitySensorInstance = class(TShapeTree)

Description

Represents TVisibilitySensorNode in a Scene.Shapes (TShapeTree).

Hierarchy

Overview

Fields

Public Box: TBox3D;
Public Transform: TMatrix4;

Methods

Public function DebugInfoWithoutChildren: String; override;

Properties

Public property Node: TVisibilitySensorNode read FNode write FNode;

Description

Fields

Public Box: TBox3D;

Bounding box of this visibility sensor instance, already transformed to scene coordinates. That is, this is transformed by parent TShapeTreeTransform .

Public Transform: TMatrix4;

This item has no description.

Methods

Public function DebugInfoWithoutChildren: String; override;

This item has no description. Showing description inherited from TShapeTree.DebugInfoWithoutChildren.

Describe this shape, not recursively.

Properties

Public property Node: TVisibilitySensorNode read FNode write FNode;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.