Table of Contents

Class PlacedObject.LightningMachineData

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

Constructors

LightningMachineData(PlacedObject)

public LightningMachineData(PlacedObject owner)

Parameters

owner PlacedObject

Fields

chance

public float chance

Field Value

float

endPoint

public Vector2 endPoint

Field Value

Vector2

impact

public int impact

Field Value

int

intensity

public float intensity

Field Value

float

lifeTime

public float lifeTime

Field Value

float

light

public bool light

Field Value

bool

lightningParam

public float lightningParam

Field Value

float

lightningType

public float lightningType

Field Value

float

panelPos

public Vector2 panelPos

Field Value

Vector2

permanent

public bool permanent

Field Value

bool

pos

public Vector2 pos

Field Value

Vector2

radial

public bool radial

Field Value

bool

random

public bool random

Field Value

bool

soundType

public int soundType

Field Value

int

startPoint

public Vector2 startPoint

Field Value

Vector2

volume

public float volume

Field Value

float

width

public float width

Field 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