C# Class Grapple, Lurk2015Testing

Inheritance: MonoBehaviour
Show file Open project: gmuGADIG/Lurk2015Testing Class Usage Examples

Public Properties

Property Type Description
coolDown float
flips bool
projectile GameObject
sightStart Transform
xMinimum float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

coolDown public property

public float coolDown
return float

flips public property

public bool flips
return bool

projectile public property

public GameObject projectile
return GameObject

sightStart public property

public Transform sightStart
return Transform

xMinimum public property

public float xMinimum
return float