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
Field Value
- bool
alphaTrans
Field Value
- float
colorHmax
Field Value
- float
colorHmin
Field Value
- float
colorLmax
Field Value
- float
colorLmin
Field Value
- float
colorSmax
Field Value
- float
colorSmin
Field Value
- float
dirDevMax
Field Value
- float
dirDevMin
Field Value
- float
dirLerpType
public FairyParticle.LerpMethod dirLerpType
Field Value
- FairyParticle.LerpMethod
dirMax
Field Value
- float
dirMin
Field Value
- 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
Field Value
- float
numKeyframes
public float numKeyframes
Field Value
- float
panelPos
Field Value
- Vector2
pulseMax
Field Value
- float
pulseMin
Field Value
- float
pulseRate
Field Value
- float
rotationRate
public float rotationRate
Field Value
- float
scaleMax
Field Value
- 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