Interface IBGRAPointLight3D
Unit
Declaration
type IBGRAPointLight3D = interface(IBGRALight3D)
Description
Interface of point light for 3D scene
Hierarchy
- IInterface
- IBGRALight3D
- IBGRAPointLight3D
Overview
Methods
function GetVertex: IBGRAVertex3D; |
|
procedure SetVertex(const AValue: IBGRAVertex3D); |
Properties
property Vertex: IBGRAVertex3D read GetVertex write SetVertex; |
Description
Methods
function GetVertex: IBGRAVertex3D; |
|
This item has no description. Attributes
|
procedure SetVertex(const AValue: IBGRAVertex3D); |
|
This item has no description. |
Properties
property Vertex: IBGRAVertex3D read GetVertex write SetVertex; |
|
This item has no description. |