Interface IBGRAPointLight3D

Unit

Declaration

type IBGRAPointLight3D = interface(IBGRALight3D)

Description

Interface of point light for 3D scene

Hierarchy

Overview

Methods

Public function GetVertex: IBGRAVertex3D;
Public procedure SetVertex(const AValue: IBGRAVertex3D);

Properties

Public property Vertex: IBGRAVertex3D read GetVertex write SetVertex;

Description

Methods

Public function GetVertex: IBGRAVertex3D;

This item has no description.

Attributes
GUID['{C939900D-DDD6-49F0-B1E9-E29F94FDB4C8}']
Public procedure SetVertex(const AValue: IBGRAVertex3D);

This item has no description.

Properties

Public property Vertex: IBGRAVertex3D read GetVertex write SetVertex;

This item has no description.