Click or drag to resize
MyLightStart Method (MyLightLightTypeEnum, Vector3, Vector4, Single, 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,VRageMath.Vector3,VRageMath.Vector4,System.Single,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,
	Vector3 position,
	Vector4 color,
	float falloff,
	float range
)

Parameters

lightType
Type: LightTypeEnum

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

position
Type: VRageMathVector3

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

color
Type: Vector4

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

falloff
Type: SystemSingle

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

range
Type: SystemSingle

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

See Also