C# Class Deployable, TLH

Inheritance: MonoBehaviour
Show file Open project: hydrater/TLH Class Usage Examples

Public Properties

Property Type Description
detectRange float
firingAccuracy float
firingRange float
firingSpeed float
moveSpeed float

Private Methods

Method Description
Attack ( ) : void
Chase ( ) : void
Idle ( ) : void
Scan ( ) : void
Start ( ) : void
Update ( ) : void

Property Details

detectRange public property

public float detectRange
return float

firingAccuracy public property

public float firingAccuracy
return float

firingRange public property

public float firingRange
return float

firingSpeed public property

public float firingSpeed
return float

moveSpeed public property

public float moveSpeed
return float