Table of Contents

Class Scavenger.AttentiveAnimation

Namespace
Global
Assembly
Assembly-CSharp.dll
public abstract class Scavenger.AttentiveAnimation : Scavenger.ScavengerAnimation
Inheritance
Scavenger.AttentiveAnimation
Derived
Inherited Members

Constructors

AttentiveAnimation(Scavenger, CreatureRepresentation, Vector2, bool, ID)

public AttentiveAnimation(Scavenger scavenger, Tracker.CreatureRepresentation creatureRep, Vector2 point, bool stop, Scavenger.ScavengerAnimation.ID id)

Parameters

scavenger Scavenger
creatureRep Tracker.CreatureRepresentation
point Vector2
stop bool
id Scavenger.ScavengerAnimation.ID

Fields

creatureRep

public Tracker.CreatureRepresentation creatureRep

Field Value

Tracker.CreatureRepresentation

point

public Vector2 point

Field Value

Vector2

stop

public bool stop

Field Value

bool

Properties

LookPoint

public Vector2 LookPoint { get; }

Property Value

Vector2