Table of Contents

Class RoomSettings.RoomEffect

Namespace
Global
Assembly
Assembly-CSharp.dll
public class RoomSettings.RoomEffect
Inheritance
RoomSettings.RoomEffect
Inherited Members

Constructors

RoomEffect(Type, float, bool)

public RoomEffect(RoomSettings.RoomEffect.Type type, float amount, bool inherited)

Parameters

type RoomSettings.RoomEffect.Type
amount float
inherited bool

Fields

amount

public float amount

Field Value

float

inherited

public bool inherited

Field Value

bool

overWrite

public bool overWrite

Field Value

bool

panelPosition

public Vector2 panelPosition

Field Value

Vector2

type

public RoomSettings.RoomEffect.Type type

Field Value

RoomSettings.RoomEffect.Type

unrecognizedAttributes

public string[] unrecognizedAttributes

Field Value

string[]

Methods

FromString(string[])

public void FromString(string[] s)

Parameters

s string[]

ToString()

public override string ToString()

Returns

string