Table of Contents

Class PlayerGhosts.Ghost

Namespace
VoidSea
Assembly
Assembly-CSharp.dll
public class PlayerGhosts.Ghost
Inheritance
PlayerGhosts.Ghost
Inherited Members

Constructors

Ghost(PlayerGhosts, Player)

public Ghost(PlayerGhosts owner, Player creature)

Parameters

owner PlayerGhosts
creature Player

Fields

creature

public Player creature

Field Value

Player

drift

public Vector2 drift

Field Value

Vector2

owner

public PlayerGhosts owner

Field Value

PlayerGhosts

slatedForDeletion

public bool slatedForDeletion

Field Value

bool

swimSpeed

public float swimSpeed

Field Value

float

Methods

Destroy()

public void Destroy()

MoveCreature(Vector2)

public void MoveCreature(Vector2 movePos)

Parameters

movePos Vector2

Update()

public void Update()