Interface IMyRenderWithLights
Namespace: Sandbox.Game.Components
Assembly: Sandbox.Game.dll
Syntax
public interface IMyRenderWithLights
Properties
Lights
Declaration
List<MyLight> Lights { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<MyLight> |