C# Class WorkingLadder, Heracles

Inheritance: MonoBehaviour
Mostra file Open project: TrinityUniversityGameDesign/Heracles

Public Properties

Property Type Description
climbSpeed float

Public Methods

Method Description
FixedUpdate ( ) : void
OnTriggerExit2D ( Collider2D other ) : void
OnTriggerStay2D ( Collider2D other ) : void
Start ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

OnTriggerExit2D() public method

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

OnTriggerStay2D() public method

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

Start() public method

public Start ( ) : void
return void

Property Details

climbSpeed public_oe property

public float climbSpeed
return float