C# Class radarShotLogic, wepwep

Inheritance: MonoBehaviour
Exibir arquivo Open project: encephalopathy/wepwep

Public Properties

Property Type Description
NRGCost int
bullet GameObject
damage int
homingScript HomingCannon,
spawnPt GameObject
target GameObject

Public Methods

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

Method Details

OnTriggerEnter() public method

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

Update() public method

public Update ( ) : void
return void

Property Details

NRGCost public_oe property

public int NRGCost
return int

bullet public_oe property

public GameObject bullet
return GameObject

damage public_oe property

public int damage
return int

homingScript public_oe property

public HomingCannon, homingScript
return HomingCannon,

spawnPt public_oe property

public GameObject spawnPt
return GameObject

target public_oe property

public GameObject target
return GameObject