Table of Contents

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

public Vector2 handlePos

Field Value

Vector2

intensity

public float intensity

Field Value

float

noisiness

public float noisiness

Field Value

float

panelPos

public Vector2 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