C# Class T_RegCmdCtrl, 2015-Fall

Inheritance: MonoBehaviour, Roam.CollectObject
Show file 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 property

public ParticleSystem destructionEffect
return ParticleSystem

distanceOffset public property

public float distanceOffset
return float

isActive public property

public bool isActive
return bool

timeoutMaxInterval public property

public float timeoutMaxInterval
return float