MovingDungeonObject Fields

MyDungeon

MovingDungeonObject Fields

The MovingDungeonObject type exposes the following members.

Fields
  NameDescription
Public fieldBlockingLayer
Layer used for collision checking in dungeons
Protected fieldBoxCollider
Protected fieldCurHealth
Entity's current health
Public fieldDisplayName
Name of the entity
Protected fieldInverseMoveTime
Inverse of MoveTime used for SmoothMovement
Public fieldMaxHealth
Entity's maximum HP value
Public fieldMoveTime
How long the entity's turn lasts
Protected fieldMoving
Entity's current moving state
Protected fieldPosX
Entity's current X position
Protected fieldPosY
Entity's current Y position
Protected fieldRb2D
Public fieldStrength
Base damage value attacks will do
Top
See Also