Interface IBGRADirectionalLight3D

Unit

Declaration

type IBGRADirectionalLight3D = interface(IBGRALight3D)

Description

Interface of directional light for 3D scene

Hierarchy

Overview

Methods

Public function GetDirection: TPoint3D;
Public procedure SetDirection(const AValue: TPoint3D);

Properties

Public property Direction: TPoint3D read GetDirection write SetDirection;

Description

Methods

Public function GetDirection: TPoint3D;

This item has no description.

Attributes
GUID['{8D575CEE-8DD2-46FB-9BCC-17DE3DAAF53D}']
Public procedure SetDirection(const AValue: TPoint3D);

This item has no description.

Properties

Public property Direction: TPoint3D read GetDirection write SetDirection;

This item has no description.