Click or drag to resize

IDiscreteLightIsAffixedToCamera Property

Gets a value indicating whether this light source is affixed to the camera coordinate system or to the world coordinate system.

Namespace: Altaxo.Graph.Graph3D.Lighting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
bool IsAffixedToCamera { get; }

Property Value

Boolean
true if this instance is affixed to the camera coordinate system; false if this instance is affixed to the world coordinate system.
See Also