C# Class LedgeTrigger, Final_Project_Main

Inheritance: MonoBehaviour
Datei anzeigen Open project: framadan/Final_Project_Main

Public Properties

Property Type Description
playerCollisionDetection bool

Public Methods

Method Description
OnTriggerExit ( Collider other ) : void
OnTriggerStay ( Collider other ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnTriggerExit() public method

public OnTriggerExit ( Collider other ) : void
other Collider
return void

OnTriggerStay() public method

public OnTriggerStay ( Collider other ) : void
other Collider
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

playerCollisionDetection public_oe property

public bool playerCollisionDetection
return bool