Class TAbstractLightNodeHelper

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TAbstractLightNodeHelper = class helper(TObject) for TAbstractLightNode

Description

Hierarchy

  • TObject
  • TAbstractLightNodeHelper

Overview

Properties

Public property AmbientIntensity: Single read GetAmbientIntensity write SetAmbientIntensity;
Public property Color: TCastleColorRGB read GetColor write SetColor;
Public property Global: boolean read GetGlobal write SetGlobal;
Public property Intensity: Single read GetIntensity write SetIntensity;
Public property IsOn: boolean read GetIsOn write SetIsOn;
Public property Shadows: boolean read GetShadows write SetShadows;
Public property ShadowVolumes: boolean read GetShadowVolumes write SetShadowVolumes;
Public property ShadowVolumesMain: boolean read GetShadowVolumesMain write SetShadowVolumesMain;
Public property ProjectionNear: Single read GetProjectionNear write SetProjectionNear;
Public property ProjectionFar: Single read GetProjectionFar write SetProjectionFar;
Public property Up: TVector3Single read GetUp write SetUp;

Description

Properties

Public property AmbientIntensity: Single read GetAmbientIntensity write SetAmbientIntensity;
 
Public property Color: TCastleColorRGB read GetColor write SetColor;
 
Public property Global: boolean read GetGlobal write SetGlobal;
 
Public property Intensity: Single read GetIntensity write SetIntensity;
 
Public property IsOn: boolean read GetIsOn write SetIsOn;
 
Public property Shadows: boolean read GetShadows write SetShadows;
 
Public property ShadowVolumes: boolean read GetShadowVolumes write SetShadowVolumes;
 
Public property ShadowVolumesMain: boolean read GetShadowVolumesMain write SetShadowVolumesMain;
 
Public property ProjectionNear: Single read GetProjectionNear write SetProjectionNear;
 
Public property ProjectionFar: Single read GetProjectionFar write SetProjectionFar;
 
Public property Up: TVector3Single read GetUp write SetUp;
 

Generated by PasDoc 0.14.0.