Table of Contents

Class Lizard.MovementAnimation

Namespace
Global
Assembly
Assembly-CSharp.dll
public class Lizard.MovementAnimation
Inheritance
Lizard.MovementAnimation
Inherited Members

Constructors

MovementAnimation(Lizard, MovementConnection, int, float, float)

public MovementAnimation(Lizard parent, MovementConnection connection, int step, float friction, float speed)

Parameters

parent Lizard
connection MovementConnection
step int
friction float
speed float

Fields

connection

public MovementConnection connection

Field Value

MovementConnection

destinations

public Lizard.MovementAnimation.BodyPartDestination[] destinations

Field Value

BodyPartDestination[]

finished

public bool finished

Field Value

bool

friction

public float friction

Field Value

float

parent

public Lizard parent

Field Value

Lizard

speed

public float speed

Field Value

float

step

public int step

Field Value

int

totalSteps

public int totalSteps

Field Value

int

Methods

ToString()

public override string ToString()

Returns

string

Update(float)

public void Update(float speedFac)

Parameters

speedFac float