C# Class Mobile, Demonology

Inheritance: System.Web.UI.Page
Mostra file Open project: Qlevine20/Demonology Class Usage Examples

Public Properties

Property Type Description
Anim Animator,
changeDir bool
checkMasks LayerMask,
checkWallDist float
dying bool
mobFacingRight bool
speed float
wallDist float
whatIsWall LayerMask,

Protected Properties

Property Type Description
StartDir Vector2

Public Methods

Method Description
FixedUpdate ( ) : void
Flip ( ) : void
Movement ( Ray2D, ry ) : void
Start ( ) : void
Update ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Flip() public method

public Flip ( ) : void
return void

Movement() public method

public Movement ( Ray2D, ry ) : void
ry Ray2D,
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Anim public_oe property

public Animator, Anim
return Animator,

StartDir protected_oe property

protected Vector2 StartDir
return Vector2

changeDir public_oe property

public bool changeDir
return bool

checkMasks public_oe property

public LayerMask, checkMasks
return LayerMask,

checkWallDist public_oe property

public float checkWallDist
return float

dying public_oe property

public bool dying
return bool

mobFacingRight public_oe property

public bool mobFacingRight
return bool

speed public_oe property

public float speed
return float

wallDist public_oe property

public float wallDist
return float

whatIsWall public_oe property

public LayerMask, whatIsWall
return LayerMask,