C# Class T_RegCmdCtrl, 2015-Fall

Inheritance: MonoBehaviour, Roam.CollectObject
Exibir arquivo Open project: BioRubeBotProject/2015-Fall

Public Properties

Property Type Description
destructionEffect ParticleSystem
distanceOffset float
isActive bool
timeoutMaxInterval float

Public Methods

Method Description
GetObject ( GameObject obj, string newTag ) : void

Private Methods

Method Description
Explode ( GameObject other ) : IEnumerator
FixedUpdate ( ) : void
OnTriggerEnter2D ( Collider2D other ) : IEnumerator
Start ( ) : void
reset ( ) : void

Method Details

GetObject() public method

public GetObject ( GameObject obj, string newTag ) : void
obj GameObject
newTag string
return void

Property Details

destructionEffect public_oe property

public ParticleSystem destructionEffect
return ParticleSystem

distanceOffset public_oe property

public float distanceOffset
return float

isActive public_oe property

public bool isActive
return bool

timeoutMaxInterval public_oe property

public float timeoutMaxInterval
return float