Click or drag to resize

PointLightWithValueAffixedToCamera Method

Gets a new instance of PointLight 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 PointLight WithValueAffixedToCamera(
	bool isAffixedToCamera
)

Parameters

isAffixedToCamera  Boolean
The new value for IsAffixedToCamera.

Return Value

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