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
Field Value
- Vector2
intensity
Field Value
- float
panelPos
Field Value
- Vector2
scale
Field Value
- 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