Class TLightShapeTreeInstance
Unit
Declaration
type TLightShapeTreeInstance = class(TShapeTree)
Description
Represents TAbstractLightNode in a Scene.Shapes (TShapeTree).
TODO: This should be combined with TLightInstance. Ideally we should remove TLightInstance record, and only use this thing, and rename this to TLightInstance.
Hierarchy
- TObject
- TShapeTree
- TLightShapeTreeInstance
Overview
Methods
![]() |
function DebugInfoWithoutChildren: String; override; |
Properties
![]() |
property Node: TAbstractLightNode read FNode write FNode; |
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: TAbstractLightNode read FNode write FNode; |
|
This item has no description. | |
Generated by PasDoc 0.16.0-snapshot.
