LuaPart.ForcedSpotlightColor Property

PartProxy

LuaPartForcedSpotlightColor Property

Set and get forced spotlight color

Namespace:  PartProxy
Assembly:  PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Nullable<int> ForcedSpotlightColor { get; set; }
Public Property ForcedSpotlightColor As Nullable(Of Integer)
	Get
	Set
public:
property Nullable<int> ForcedSpotlightColor {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
member ForcedSpotlightColor : Nullable<int> with get, set

Property Value

Type: NullableInt32
The color of the forced spotlight.
Exceptions
ExceptionCondition
InvalidOperationException Unable to call the method on part. or Unable to call the method on part.
ExceptionThe method returns to stack an invalid parameter
See Also