C# Class FallApart, WorldsofREM

Inheritance: MonoBehaviour
Datei anzeigen Open project: jmkmoore/WorldsofREM Class Usage Examples

Public Properties

Property Type Description
controller CharacterController2D,
destroyTimer float
destroyTriggerTime float
triggered bool

Public Methods

Method Description
OnColliderEnter2D ( Collider2D other ) : void
OnColliderExit2D ( Collider2D other ) : void
Start ( ) : void
Update ( ) : void
triggerTimer ( ) : void

Method Details

OnColliderEnter2D() public method

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

OnColliderExit2D() public method

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

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

triggerTimer() public method

public triggerTimer ( ) : void
return void

Property Details

controller public_oe property

public CharacterController2D, controller
return CharacterController2D,

destroyTimer public_oe property

public float destroyTimer
return float

destroyTriggerTime public_oe property

public float destroyTriggerTime
return float

triggered public_oe property

public bool triggered
return bool