Struct Cicada.IndividualVariations
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public struct Cicada.IndividualVariations
- Inherited Members
Constructors
IndividualVariations(float, float, float, float, float, float, float, int, HSLColor)
public IndividualVariations(float fatness, float wingSoundPitch, float defaultWingDeployment, float tentacleLength, float tentacleThickness, float wingThickness, float wingLength, int bustedWing, HSLColor color)
Parameters
fatnessfloatwingSoundPitchfloatdefaultWingDeploymentfloattentacleLengthfloattentacleThicknessfloatwingThicknessfloatwingLengthfloatbustedWingintcolorHSLColor
Fields
bustedWing
public int bustedWing
Field Value
color
public HSLColor color
Field Value
defaultWingDeployment
public float defaultWingDeployment
Field Value
fatness
public float fatness
Field Value
tentacleLength
public float tentacleLength
Field Value
tentacleThickness
public float tentacleThickness
Field Value
wingLength
public float wingLength
Field Value
wingSoundPitch
public float wingSoundPitch
Field Value
wingThickness
public float wingThickness