C# Class onHitParticle, TWI_Repo

Inheritance: MonoBehaviour
ファイルを表示 Open project: justcollins/TWI_Repo

Public Properties

Property Type Description
aim GameObject
spark ParticleSystem

Public Methods

Method Description
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void
OnTriggerStay ( Collider other ) : void
start ( ) : void

Method Details

OnTriggerEnter() public method

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

OnTriggerExit() public method

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

OnTriggerStay() public method

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

start() public method

public start ( ) : void
return void

Property Details

aim public_oe property

public GameObject aim
return GameObject

spark public_oe property

public ParticleSystem spark
return ParticleSystem