C# Class Snapper

Inheritance: EnemyBehaviour
Datei anzeigen Open project: ferdbold/littleawfuljam2016 Class Usage Examples

Public Methods

Method Description
Awake ( ) : void
Grip ( Joint target, string hand ) : void

Grip a rigidbody with a hand

Release ( ) : void

Release a hand

Method Details

Awake() public method

public Awake ( ) : void
return void

Grip() public method

Grip a rigidbody with a hand
public Grip ( Joint target, string hand ) : void
target Joint Target rigidbody
hand string Which hand to grip with, "left" or "right"
return void

Release() public method

Release a hand
public Release ( ) : void
return void