Table of Contents

Class PlacedObject.FairyParticleData

Namespace
Global
Assembly
Assembly-CSharp.dll
public class PlacedObject.FairyParticleData : PlacedObject.Data
Inheritance
PlacedObject.FairyParticleData
Inherited Members

Constructors

FairyParticleData(PlacedObject)

public FairyParticleData(PlacedObject owner)

Parameters

owner PlacedObject

Fields

absPulse

public bool absPulse

Field Value

bool

alphaTrans

public float alphaTrans

Field Value

float

colorHmax

public float colorHmax

Field Value

float

colorHmin

public float colorHmin

Field Value

float

colorLmax

public float colorLmax

Field Value

float

colorLmin

public float colorLmin

Field Value

float

colorSmax

public float colorSmax

Field Value

float

colorSmin

public float colorSmin

Field Value

float

dirDevMax

public float dirDevMax

Field Value

float

dirDevMin

public float dirDevMin

Field Value

float

dirLerpType

public FairyParticle.LerpMethod dirLerpType

Field Value

FairyParticle.LerpMethod

dirMax

public float dirMax

Field Value

float

dirMin

public float dirMin

Field Value

float

glowRad

public float glowRad

Field Value

float

glowStrength

public float glowStrength

Field Value

float

interpDistMax

public float interpDistMax

Field Value

float

interpDistMin

public float interpDistMin

Field Value

float

interpDurMax

public float interpDurMax

Field Value

float

interpDurMin

public float interpDurMin

Field Value

float

interpTrans

public float interpTrans

Field Value

float

numKeyframes

public float numKeyframes

Field Value

float

panelPos

public Vector2 panelPos

Field Value

Vector2

pulseMax

public float pulseMax

Field Value

float

pulseMin

public float pulseMin

Field Value

float

pulseRate

public float pulseRate

Field Value

float

rotationRate

public float rotationRate

Field Value

float

scaleMax

public float scaleMax

Field Value

float

scaleMin

public float scaleMin

Field Value

float

speedLerpType

public FairyParticle.LerpMethod speedLerpType

Field Value

FairyParticle.LerpMethod

spriteType

public PlacedObject.FairyParticleData.SpriteType spriteType

Field Value

PlacedObject.FairyParticleData.SpriteType

Methods

Apply(Room)

public void Apply(Room room)

Parameters

room Room

BaseSaveString()

public string BaseSaveString()

Returns

string

FromString(string)

public override void FromString(string s)

Parameters

s string

ToString()

public override string ToString()

Returns

string