Table of Contents

Class PlayerPushback

Namespace
Global
Assembly
Assembly-CSharp.dll
public class PlayerPushback : UpdatableAndDeletable
Inheritance
PlayerPushback
Inherited Members

Constructors

PlayerPushback(Room, PlacedObject)

public PlayerPushback(Room room, PlacedObject placedObj)

Parameters

room Room
placedObj PlacedObject

Fields

placedObj

public PlacedObject placedObj

Field Value

PlacedObject

Properties

Dir

public Vector2 Dir { get; }

Property Value

Vector2

Pos

public Vector2 Pos { get; }

Property Value

Vector2

Rad

public float Rad { get; }

Property Value

float

Methods

Update(bool)

public override void Update(bool eu)

Parameters

eu bool