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
roomRoomplacedObjPlacedObject
Fields
placedObj
public PlacedObject placedObj
Field Value
Properties
Dir
public Vector2 Dir { get; }
Property Value
- Vector2
Pos
public Vector2 Pos { get; }
Property Value
- Vector2
Rad
public float Rad { get; }
Property Value
Methods
Update(bool)
public override void Update(bool eu)
Parameters
eubool