C# Class T_RegCmdCtrl, 2015-Fall

Inheritance: MonoBehaviour, Roam.CollectObject
Afficher le fichier Open project: BioRubeBotProject/2015-Fall

Méthodes publiques

Свойство Type Description
destructionEffect ParticleSystem
distanceOffset float
isActive bool
timeoutMaxInterval float

Méthodes publiques

Méthode Description
GetObject ( GameObject obj, string newTag ) : void

Private Methods

Méthode Description
Explode ( GameObject other ) : IEnumerator
FixedUpdate ( ) : void
OnTriggerEnter2D ( Collider2D other ) : IEnumerator
Start ( ) : void
reset ( ) : void

Method Details

GetObject() public méthode

public GetObject ( GameObject obj, string newTag ) : void
obj GameObject
newTag string
Résultat void

Property Details

destructionEffect public_oe property

public ParticleSystem destructionEffect
Résultat ParticleSystem

distanceOffset public_oe property

public float distanceOffset
Résultat float

isActive public_oe property

public bool isActive
Résultat bool

timeoutMaxInterval public_oe property

public float timeoutMaxInterval
Résultat float