Click or drag to resize
MyLightUpdateReflectorRangeAndAngle Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Sandbox.Game.Lights.MyLight.UpdateReflectorRangeAndAngle(System.Single,System.Single)"]

Namespace: Sandbox.Game.Lights
Assembly: Sandbox.Game (in Sandbox.Game.dll) Version: 0.1.5991.32293
Syntax
C#
public void UpdateReflectorRangeAndAngle(
	float reflectorConeMaxAngleCos,
	float reflectorRange
)

Parameters

reflectorConeMaxAngleCos
Type: SystemSingle

[Missing <param name="reflectorConeMaxAngleCos"/> documentation for "M:Sandbox.Game.Lights.MyLight.UpdateReflectorRangeAndAngle(System.Single,System.Single)"]

reflectorRange
Type: SystemSingle

[Missing <param name="reflectorRange"/> documentation for "M:Sandbox.Game.Lights.MyLight.UpdateReflectorRangeAndAngle(System.Single,System.Single)"]

See Also