C# Class RopeBuilder, unity-ropelike-physics

Inheritance: MonoBehaviour
Exibir arquivo Open project: keijiro/unity-ropelike-physics Class Usage Examples

Public Properties

Property Type Description
nodeNum int
prefab GameObject

Public Methods

Method Description
Awake ( ) : void
SetPhysicProperty ( GameObject node, GameObject boundTo, bool isFixed ) : void

Private Methods

Method Description
Start ( ) : IEnumerator

Method Details

Awake() public method

public Awake ( ) : void
return void

SetPhysicProperty() public method

public SetPhysicProperty ( GameObject node, GameObject boundTo, bool isFixed ) : void
node GameObject
boundTo GameObject
isFixed bool
return void

Property Details

nodeNum public_oe property

public int nodeNum
return int

prefab public_oe property

public GameObject prefab
return GameObject