C# Class Sticky, GrapplingHookFighters

Inheritance: MonoBehaviour
显示文件 Open project: PurdueSIGGD/GrapplingHookFighters Class Usage Examples

Public Properties

Property Type Description
stuck bool

Public Methods

Method Description
LateUpdate ( ) : void
OnTriggerEnter2D ( Collider2D col ) : void
Start ( ) : void
Unstuck ( ) : void
Update ( ) : void

Method Details

LateUpdate() public method

public LateUpdate ( ) : void
return void

OnTriggerEnter2D() public method

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

Start() public method

public Start ( ) : void
return void

Unstuck() public method

public Unstuck ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

stuck public_oe property

public bool stuck
return bool