Click or drag to resize
MyLightStart Method (MyLightLightTypeEnum, Single)

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

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

Namespace: Sandbox.Game.Lights
Assembly: Sandbox.Game (in Sandbox.Game.dll) Version: 0.1.5991.32293
Syntax
C#
public void Start(
	LightTypeEnum lightType,
	float falloff
)

Parameters

lightType
Type: LightTypeEnum

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

falloff
Type: SystemSingle

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

See Also