Table of Contents

Class ProjectionScreen

Namespace
Global
Assembly
Assembly-CSharp.dll
public class ProjectionScreen : UpdatableAndDeletable
Inheritance
ProjectionScreen
Derived
Inherited Members

Constructors

ProjectionScreen(Room)

public ProjectionScreen(Room room)

Parameters

room Room

Fields

images

public List<ProjectedImage> images

Field Value

List<ProjectedImage>

Methods

AddImage(List<string>, int)

public ProjectedImage AddImage(List<string> names, int cycleTime)

Parameters

names List<string>
cycleTime int

Returns

ProjectedImage

AddImage(string)

public ProjectedImage AddImage(string name)

Parameters

name string

Returns

ProjectedImage

RemoveImage(string)

public void RemoveImage(string firstImageName)

Parameters

firstImageName string

Update(bool)

public override void Update(bool eu)

Parameters

eu bool