C# Class FWatcherLink, FutilePrototyper

Inheritance: MonoBehaviour
Afficher le fichier Open project: wtrebella/FutilePrototyper Class Usage Examples

Méthodes publiques

Méthode Description
Init ( object target, bool shouldUseWeakReference ) : void
Update ( ) : void

Méthodes protégées

Méthode Description
GetTarget ( ) : object
SetupTarget ( ) : void
UpdateTarget ( ) : void

Private Methods

Méthode Description
Destroy ( ) : void

Method Details

GetTarget() protected méthode

protected GetTarget ( ) : object
Résultat object

Init() public méthode

public Init ( object target, bool shouldUseWeakReference ) : void
target object
shouldUseWeakReference bool
Résultat void

SetupTarget() protected méthode

protected SetupTarget ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

UpdateTarget() protected méthode

protected UpdateTarget ( ) : void
Résultat void