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
Field Value
- float
endPoint
Field Value
- Vector2
impact
Field Value
- int
intensity
Field Value
- float
lifeTime
Field Value
- float
light
Field Value
- bool
lightningParam
public float lightningParam
Field Value
- float
lightningType
public float lightningType
Field Value
- float
panelPos
Field Value
- Vector2
permanent
Field Value
- bool
pos
Field Value
- Vector2
radial
Field Value
- bool
random
Field Value
- bool
soundType
Field Value
- int
startPoint
public Vector2 startPoint
Field Value
- Vector2
volume
Field Value
- 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