Class MyRenderComponentReflectorLight
Inheritance
System.Object
MyRenderComponentReflectorLight
Implements
Inherited Members
Namespace: Sandbox.Game.Components
Assembly: Sandbox.Game.dll
Syntax
public class MyRenderComponentReflectorLight : MyRenderComponentLight, IMyEntityComponentBase, IMyComponentBase, IMyRenderWithLights
Constructors
MyRenderComponentReflectorLight()
Declaration
public MyRenderComponentReflectorLight()
Properties
Lights
Declaration
public List<MyLight> Lights { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<MyLight> |
Methods
AddRenderObjects()
Declaration
public override void AddRenderObjects()
Overrides
Draw()
Declaration
public override void Draw()
Overrides
OnAddedToContainer()
Declaration
public override void OnAddedToContainer()