Table of Contents

Struct Lizard.MovementAnimation.BodyPartDestination

Namespace
Global
Assembly
Assembly-CSharp.dll
public struct Lizard.MovementAnimation.BodyPartDestination
Inherited Members

Constructors

BodyPartDestination(BodyChunk, Vector2, float)

public BodyPartDestination(BodyChunk bodyChunk, Vector2 destination, float finishedDist)

Parameters

bodyChunk BodyChunk
destination Vector2
finishedDist float

Fields

bodyPart

public int bodyPart

Field Value

int

destination

public Vector2 destination

Field Value

Vector2

finishedDist

public float finishedDist

Field Value

float

maxDistance

public float maxDistance

Field Value

float