C# Class HomingShot, wepwep

Inheritance: MonoBehaviour
Show 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 property

public int NRGCost
return int

damage public property

public int damage
return int

radar public property

public GameObject radar
return GameObject

towardTarget public property

public Vector3 towardTarget
return Vector3