Class TVolumeLightSceneNode

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TVolumeLightSceneNode = class(TSceneNode)

Description

Undocumented in Irrlicht.

Hierarchy

Overview

Properties

Public property FootColor: TARGBColor read GetFootColor write SetFootColor;
Public property SubdivideU: LongWord read GetSubdivideU write SetSubdivideU;
Public property SubdivideV: LongWord read GetSubdivideV write SetSubdivideV;
Public property TailColor: TARGBColor read GetTailColor write SetTailColor;

Description

Properties

Public property FootColor: TARGBColor read GetFootColor write SetFootColor;

The color at the light's base.

Public property SubdivideU: LongWord read GetSubdivideU write SetSubdivideU;

The number of segments across the U axis.

Public property SubdivideV: LongWord read GetSubdivideV write SetSubdivideV;

The number of segments across the V axis

Public property TailColor: TARGBColor read GetTailColor write SetTailColor;

The color at the light's tip.


Generated by PasDoc 0.12.1 on 2012-09-14 17:32:22