Table of Contents

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

fatness float
wingSoundPitch float
defaultWingDeployment float
tentacleLength float
tentacleThickness float
wingThickness float
wingLength float
bustedWing int
color HSLColor

Fields

bustedWing

public int bustedWing

Field Value

int

color

public HSLColor color

Field Value

HSLColor

defaultWingDeployment

public float defaultWingDeployment

Field Value

float

fatness

public float fatness

Field Value

float

tentacleLength

public float tentacleLength

Field Value

float

tentacleThickness

public float tentacleThickness

Field Value

float

wingLength

public float wingLength

Field Value

float

wingSoundPitch

public float wingSoundPitch

Field Value

float

wingThickness

public float wingThickness

Field Value

float