Table of Contents

Class RoofTopView

Namespace
Global
Assembly
Assembly-CSharp.dll
public class RoofTopView : BackgroundScene
Inheritance
RoofTopView
Inherited Members

Constructors

RoofTopView(Room, RoomEffect)

public RoofTopView(Room room, RoomSettings.RoomEffect effect)

Parameters

room Room
effect RoomSettings.RoomEffect

Fields

atmosphereColor

public Color atmosphereColor

Field Value

Color

daySky

public BackgroundScene.Simple2DBackgroundIllustration daySky

Field Value

BackgroundScene.Simple2DBackgroundIllustration

duskSky

public BackgroundScene.Simple2DBackgroundIllustration duskSky

Field Value

BackgroundScene.Simple2DBackgroundIllustration

dustWaves

public List<RoofTopView.DustWave> dustWaves

Field Value

List<RoofTopView.DustWave>

effect

public RoomSettings.RoomEffect effect

Field Value

RoomSettings.RoomEffect

floorLevel

public float floorLevel

Field Value

float

isLC

public bool isLC

Field Value

bool

nightSky

public BackgroundScene.Simple2DBackgroundIllustration nightSky

Field Value

BackgroundScene.Simple2DBackgroundIllustration

Methods

AtmosphereColorAtDepth(float)

public float AtmosphereColorAtDepth(float depth)

Parameters

depth float

Returns

float

Destroy()

public override void Destroy()

Update(bool)

public override void Update(bool eu)

Parameters

eu bool