Interface IMyLightingComponentDefinition
Definition interface used for instantiation of MyLightingLogic.
Assembly: Sandbox.Game.dll
Syntax
public interface IMyLightingComponentDefinition
Properties
BlinkIntervalSeconds
Declaration
MyBounds BlinkIntervalSeconds { get; }
Property Value
BlinkLength
Declaration
MyBounds BlinkLength { get; }
Property Value
BlinkOffset
Declaration
MyBounds BlinkOffset { get; }
Property Value
Flare
Declaration
Property Value
Type |
Description |
System.String |
|
LightDummyName
Declaration
string LightDummyName { get; }
Property Value
Type |
Description |
System.String |
|
LightFalloff
Declaration
MyBounds LightFalloff { get; }
Property Value
LightIntensity
Declaration
MyBounds LightIntensity { get; }
Property Value
LightOffset
Declaration
MyBounds LightOffset { get; }
Property Value
LightOnlyNoEffectsDummyName
Declaration
string LightOnlyNoEffectsDummyName { get; }
Property Value
Type |
Description |
System.String |
|
LightRadius
Declaration
MyBounds LightRadius { get; }
Property Value
LightReflectorRadius
Declaration
MyBounds LightReflectorRadius { get; }
Property Value
PointLightEmissiveMaterial
Declaration
string PointLightEmissiveMaterial { get; }
Property Value
Type |
Description |
System.String |
|
SpotLightEmissiveMaterial
Declaration
string SpotLightEmissiveMaterial { get; }
Property Value
Type |
Description |
System.String |
|