C# Class HomingShot, wepwep

Inheritance: MonoBehaviour
Mostra file Open project: encephalopathy/wepwep Class Usage Examples

Public Properties

Property Type Description
NRGCost int
damage int
radar GameObject
towardTarget Vector3

Public Methods

Method Description
OnTriggerEnter ( Collider other ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
followTarget ( ) : IEnumerator

Method Details

OnTriggerEnter() public method

public OnTriggerEnter ( Collider other ) : void
other Collider
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

NRGCost public_oe property

public int NRGCost
return int

damage public_oe property

public int damage
return int

radar public_oe property

public GameObject radar
return GameObject

towardTarget public_oe property

public Vector3 towardTarget
return Vector3