C# Class GrappleShot, Lurk2015Testing

Inheritance: MonoBehaviour
Mostrar archivo Open project: gmuGADIG/Lurk2015Testing

Public Properties

Property Type Description
projectileSpeed float
rope UnityEngine.LineRenderer
whoShotThis GameObject

Public Methods

Method Description
ComeBack ( ) : void
OnCollisionEnter2D ( Collision2D other ) : void
OnEnable ( ) : void
Update ( ) : void

Method Details

ComeBack() public method

public ComeBack ( ) : void
return void

OnCollisionEnter2D() public method

public OnCollisionEnter2D ( Collision2D other ) : void
other Collision2D
return void

OnEnable() public method

public OnEnable ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

projectileSpeed public_oe property

public float projectileSpeed
return float

rope public_oe property

public LineRenderer,UnityEngine rope
return UnityEngine.LineRenderer

whoShotThis public_oe property

public GameObject whoShotThis
return GameObject