C# Class suspendedObject, scriptcaster
Show file
Open project: crazymeeshu/scriptcaster
Public Properties
Property |
Type |
Description |
|
body |
UnityEngine.Rigidbody2D |
|
|
released |
bool |
|
|
rope |
GameObject |
|
|
Public Methods
Method Details
public Start ( ) : void |
return |
void |
|
public Update ( ) : void |
return |
void |
|
Property Details
public Rigidbody2D,UnityEngine body |
return |
UnityEngine.Rigidbody2D |
|
public bool released |
return |
bool |
|
public GameObject rope |
return |
GameObject |
|