C# Class RagdollToggle

Turns ragdoll on and off on a humanoid character
Inheritance: MonoBehaviour
Datei anzeigen Open project: ferdbold/littleawfuljam2016 Class Usage Examples

Public Methods

Method Description
Awake ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Update() public method

public Update ( ) : void
return void