Show / Hide Table of Contents

Interface IMyLightingComponentDefinition

Definition interface used for instantiation of MyLightingLogic.

Namespace: Sandbox.Game.Lights
Assembly: Sandbox.Game.dll
Syntax
public interface IMyLightingComponentDefinition

Properties

BlinkIntervalSeconds

Declaration
MyBounds BlinkIntervalSeconds { get; }
Property Value
Type Description
MyBounds

BlinkLength

Declaration
MyBounds BlinkLength { get; }
Property Value
Type Description
MyBounds

BlinkOffset

Declaration
MyBounds BlinkOffset { get; }
Property Value
Type Description
MyBounds

Flare

Declaration
string Flare { get; }
Property Value
Type Description
System.String

LightDummyName

Declaration
string LightDummyName { get; }
Property Value
Type Description
System.String

LightFalloff

Declaration
MyBounds LightFalloff { get; }
Property Value
Type Description
MyBounds

LightIntensity

Declaration
MyBounds LightIntensity { get; }
Property Value
Type Description
MyBounds

LightOffset

Declaration
MyBounds LightOffset { get; }
Property Value
Type Description
MyBounds

LightOnlyNoEffectsDummyName

Declaration
string LightOnlyNoEffectsDummyName { get; }
Property Value
Type Description
System.String

LightRadius

Declaration
MyBounds LightRadius { get; }
Property Value
Type Description
MyBounds

LightReflectorRadius

Declaration
MyBounds LightReflectorRadius { get; }
Property Value
Type Description
MyBounds

PointLightEmissiveMaterial

Declaration
string PointLightEmissiveMaterial { get; }
Property Value
Type Description
System.String

SpotLightEmissiveMaterial

Declaration
string SpotLightEmissiveMaterial { get; }
Property Value
Type Description
System.String
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾