C# Class Mobile, Demonology

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: Qlevine20/Demonology Class Usage Examples

Méthodes publiques

Свойство Type Description
Anim Animator,
changeDir bool
checkMasks LayerMask,
checkWallDist float
dying bool
mobFacingRight bool
speed float
wallDist float
whatIsWall LayerMask,

Protected Properties

Свойство Type Description
StartDir Vector2

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
Flip ( ) : void
Movement ( Ray2D, ry ) : void
Start ( ) : void
Update ( ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

Flip() public méthode

public Flip ( ) : void
Résultat void

Movement() public méthode

public Movement ( Ray2D, ry ) : void
ry Ray2D,
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

Anim public_oe property

public Animator, Anim
Résultat Animator,

StartDir protected_oe property

protected Vector2 StartDir
Résultat Vector2

changeDir public_oe property

public bool changeDir
Résultat bool

checkMasks public_oe property

public LayerMask, checkMasks
Résultat LayerMask,

checkWallDist public_oe property

public float checkWallDist
Résultat float

dying public_oe property

public bool dying
Résultat bool

mobFacingRight public_oe property

public bool mobFacingRight
Résultat bool

speed public_oe property

public float speed
Résultat float

wallDist public_oe property

public float wallDist
Résultat float

whatIsWall public_oe property

public LayerMask, whatIsWall
Résultat LayerMask,