C# Class EarthEnemyAI, JuniorProject

Inheritance: MonoBehaviour
Exibir arquivo Open project: MilesMeacham/JuniorProject

Public Properties

Property Type Description
chargeDistanceMax float
chargeDistanceMin float
lineOfSightDown float
lineOfSightHeight float
shotDistanceMax float
shotDistanceMin float
stompDistanceMax float
stompDistanceMin 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

chargeDistanceMax public_oe property

public float chargeDistanceMax
return float

chargeDistanceMin public_oe property

public float chargeDistanceMin
return float

lineOfSightDown public_oe property

public float lineOfSightDown
return float

lineOfSightHeight public_oe property

public float lineOfSightHeight
return float

shotDistanceMax public_oe property

public float shotDistanceMax
return float

shotDistanceMin public_oe property

public float shotDistanceMin
return float

stompDistanceMax public_oe property

public float stompDistanceMax
return float

stompDistanceMin public_oe property

public float stompDistanceMin
return float