Table of Contents

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

pos Vector2
col Color
attached UpdatableAndDeletable

RedlightLight(Vector2, Color, UpdatableAndDeletable, bool)

public RedlightLight(Vector2 pos, Color col, UpdatableAndDeletable attached, bool submersible)

Parameters

pos Vector2
col Color
attached UpdatableAndDeletable
submersible bool

Properties

ElementName

public override string ElementName { get; }

Property Value

string