Table of Contents

Class PlacedObject.CellDistortionData

Namespace
Global
Assembly
Assembly-CSharp.dll
public class PlacedObject.CellDistortionData : PlacedObject.Data
Inheritance
PlacedObject.CellDistortionData
Inherited Members

Constructors

CellDistortionData(PlacedObject)

public CellDistortionData(PlacedObject owner)

Parameters

owner PlacedObject

Fields

chromaticIntensity

public float chromaticIntensity

Field Value

float

handlePos

public Vector2 handlePos

Field Value

Vector2

intensity

public float intensity

Field Value

float

panelPos

public Vector2 panelPos

Field Value

Vector2

scale

public float scale

Field Value

float

timeMult

public float timeMult

Field Value

float

Properties

Rad

public float Rad { get; }

Property Value

float

Methods

BaseSaveString()

public string BaseSaveString()

Returns

string

FromString(string)

public override void FromString(string s)

Parameters

s string

ToString()

public override string ToString()

Returns

string