C# Class suspendedObject, scriptcaster

Inheritance: MonoBehaviour
Afficher le fichier Open project: crazymeeshu/scriptcaster

Méthodes publiques

Свойство Type Description
body UnityEngine.Rigidbody2D
released bool
rope GameObject

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

body public_oe property

public Rigidbody2D,UnityEngine body
Résultat UnityEngine.Rigidbody2D

released public_oe property

public bool released
Résultat bool

rope public_oe property

public GameObject rope
Résultat GameObject