Table of Contents

Struct LizardGraphics.IndividualVariations

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

Constructors

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

public IndividualVariations(float headSize, float fatness, float tailLength, float tailFatness, float tailColor)

Parameters

headSize float
fatness float
tailLength float
tailFatness float
tailColor float

Fields

fatness

public float fatness

Field Value

float

headSize

public float headSize

Field Value

float

tailColor

public float tailColor

Field Value

float

tailFatness

public float tailFatness

Field Value

float

tailLength

public float tailLength

Field Value

float