C# Class RopeBuilder, unity-ropelike-physics

Inheritance: MonoBehaviour
Afficher le fichier Open project: keijiro/unity-ropelike-physics Class Usage Examples

Méthodes publiques

Свойство Type Description
nodeNum int
prefab GameObject

Méthodes publiques

Méthode Description
Awake ( ) : void
SetPhysicProperty ( GameObject node, GameObject boundTo, bool isFixed ) : void

Private Methods

Méthode Description
Start ( ) : IEnumerator

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

SetPhysicProperty() public méthode

public SetPhysicProperty ( GameObject node, GameObject boundTo, bool isFixed ) : void
node GameObject
boundTo GameObject
isFixed bool
Résultat void

Property Details

nodeNum public_oe property

public int nodeNum
Résultat int

prefab public_oe property

public GameObject prefab
Résultat GameObject