Class Redlight.RedlightLight
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class Redlight.RedlightLight : LightSource, IDrawable
- Inheritance
-
Redlight.RedlightLight
- Implements
- Inherited Members
Constructors
RedlightLight(Vector2, Color, UpdatableAndDeletable)
public RedlightLight(Vector2 pos, Color col, UpdatableAndDeletable attached)
Parameters
posVector2colColorattachedUpdatableAndDeletable
RedlightLight(Vector2, Color, UpdatableAndDeletable, bool)
public RedlightLight(Vector2 pos, Color col, UpdatableAndDeletable attached, bool submersible)
Parameters
posVector2colColorattachedUpdatableAndDeletablesubmersiblebool
Properties
ElementName
public override string ElementName { get; }