Click or drag to resize

DirectionalLightWithValueAffixedToCamera Method

Gets a new instance of DirectionalLight with the provided value for IsAffixedToCamera.

Namespace: Altaxo.Graph.Graph3D.Lighting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public DirectionalLight WithValueAffixedToCamera(
	bool isAffixedToCamera
)

Parameters

isAffixedToCamera  Boolean
The new value for IsAffixedToCamera.

Return Value

DirectionalLight
New instance of DirectionalLight with the provided value for IsAffixedToCamera
See Also