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.

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

Hierarchy

Overview

Methods

Public function DebugInfoWithoutChildren: String; override;

Properties

Public property Node: TAbstractLightNode read FNode write FNode;

Description

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 1089).

Properties

Public property Node: TAbstractLightNode read FNode write FNode;

This item has no description.

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


Generated by PasDoc 0.17.0.snapshot.