Click or drag to resize
MyLightSpotlightNotTooLarge Method

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

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

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

Parameters

reflectorConeMaxAngleCos
Type: SystemSingle

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

reflectorRange
Type: SystemSingle

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

Return Value

Type: Boolean

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

See Also