Class TVisibilitySensorInstance

Unit

Declaration

type TVisibilitySensorInstance = class(TShapeTree)

Description

Represents TVisibilitySensorNode in a Scene.Shapes (TShapeTree).

Source: scene/castleshapes.pas (line 1059).

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 .

Source: scene/castleshapes.pas (line 1069).

Public Transform: TMatrix4;

This item has no description.

Source: scene/castleshapes.pas (line 1070).

Methods

Public function DebugInfoWithoutChildren: String; override;

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

Describe this shape, not recursively.

Source: scene/castleshapes.pas (line 1072).

Properties

Public property Node: TVisibilitySensorNode read FNode write FNode;

This item has no description.

Source: scene/castleshapes.pas (line 1071).


Generated by PasDoc 0.17.0.snapshot.