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
parentLizardconnectionMovementConnectionstepintfrictionfloatspeedfloat
Fields
connection
public MovementConnection connection
Field Value
destinations
public Lizard.MovementAnimation.BodyPartDestination[] destinations
Field Value
finished
public bool finished
Field Value
friction
public float friction
Field Value
parent
public Lizard parent
Field Value
speed
public float speed
Field Value
step
public int step
Field Value
totalSteps
public int totalSteps
Field Value
Methods
ToString()
public override string ToString()
Returns
Update(float)
public void Update(float speedFac)
Parameters
speedFacfloat