C# Class Deployable, TLH

Inheritance: MonoBehaviour
ファイルを表示 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_oe property

public float detectRange
return float

firingAccuracy public_oe property

public float firingAccuracy
return float

firingRange public_oe property

public float firingRange
return float

firingSpeed public_oe property

public float firingSpeed
return float

moveSpeed public_oe property

public float moveSpeed
return float