Class PlacedObject.EnergySwirlData
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class PlacedObject.EnergySwirlData : PlacedObject.Data
- Inheritance
-
PlacedObject.EnergySwirlData
- Inherited Members
-
Constructors
EnergySwirlData(PlacedObject)
public EnergySwirlData(PlacedObject owner)
Parameters
owner PlacedObject
Fields
colorType
public PlacedObject.EnergySwirlData.ColorType colorType
Field Value
- PlacedObject.EnergySwirlData.ColorType
depth
Field Value
- float
handlePos
Field Value
- Vector2
panelPos
Field Value
- Vector2
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