Show / Hide Table of Contents

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>
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾