Table of Contents

Struct JetFish.IndividualVariations

Namespace
Global
Assembly
Assembly-CSharp.dll
public struct JetFish.IndividualVariations
Inherited Members

Constructors

IndividualVariations(float, float, int, int, int, int, float, float)

public IndividualVariations(float fatness, float tentacleLength, int tentacleContour, int whiskers, int whiskerSeed, int flipper, float flipperSize, float flipperOrientation)

Parameters

fatness float
tentacleLength float
tentacleContour int
whiskers int
whiskerSeed int
flipper int
flipperSize float
flipperOrientation float

Fields

eyeColor

public Color eyeColor

Field Value

Color

fatness

public float fatness

Field Value

float

flipper

public int flipper

Field Value

int

flipperOrientation

public float flipperOrientation

Field Value

float

flipperSize

public float flipperSize

Field Value

float

tentacleContour

public int tentacleContour

Field Value

int

tentacleFatness

public float tentacleFatness

Field Value

float

tentacleLength

public float tentacleLength

Field Value

float

whiskerSeed

public int whiskerSeed

Field Value

int

whiskers

public int whiskers

Field Value

int