Class PlacedObject.SnowSourceData
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class PlacedObject.SnowSourceData : PlacedObject.Data
- Inheritance
-
PlacedObject.SnowSourceData
- Inherited Members
-
Constructors
SnowSourceData(PlacedObject)
public SnowSourceData(PlacedObject owner)
Parameters
owner PlacedObject
Fields
handlePos
Field Value
- Vector2
intensity
Field Value
- float
noisiness
Field Value
- float
panelPos
Field Value
- Vector2
shape
public PlacedObject.SnowSourceData.Shape shape
Field Value
- PlacedObject.SnowSourceData.Shape
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