PointLightIsAffixedToCamera 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.LightingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool IsAffixedToCamera { get; }
Property Value
Booleantrue if this instance is affixed to the camera coordinate system;
false if this instance is affixed to the world coordinate system.
Implements
IDiscreteLightIsAffixedToCameraSee Also