Class TVisibilitySensorInstance
Unit
Declaration
type TVisibilitySensorInstance = class(TShapeTree)
Description
Represents TVisibilitySensorNode in a Scene.Shapes (TShapeTree).
Hierarchy
- TObject
- TShapeTree
- TVisibilitySensorInstance
Overview
Fields
![]() |
Box: TBox3D; |
![]() |
Transform: TMatrix4; |
Methods
![]() |
function DebugInfoWithoutChildren: String; override; |
Properties
![]() |
property Node: TVisibilitySensorNode read FNode write FNode; |
Description
Fields
![]() |
Box: TBox3D; |
|
Bounding box of this visibility sensor instance, already transformed to scene coordinates. That is, this is transformed by parent TShapeTreeTransform . | |
![]() |
Transform: TMatrix4; |
|
This item has no description. | |
Methods
![]() |
function DebugInfoWithoutChildren: String; override; |
|
This item has no description. Showing description inherited from TShapeTree.DebugInfoWithoutChildren. Describe this shape, not recursively. | |
Properties
![]() |
property Node: TVisibilitySensorNode read FNode write FNode; |
|
This item has no description. | |
Generated by PasDoc 0.16.0-snapshot.
