C# Class ImpDirectionalMovement, Demonology

Inheritance: ImpAI
ファイルを表示 Open project: Qlevine20/Demonology

Public Properties

Property Type Description
jumpspeed int

Public Methods

Method Description
FixedUpdate ( ) : void
Movement ( Ray2D ry ) : void
OnTriggerEnter2D ( Collider2D other ) : void
Start ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Movement() public method

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

OnTriggerEnter2D() public method

public OnTriggerEnter2D ( Collider2D other ) : void
other UnityEngine.Collider2D
return void

Start() public method

public Start ( ) : void
return void

Property Details

jumpspeed public_oe property

public int jumpspeed
return int