C# Class FWatcherLink, FutilePrototyper

Inheritance: MonoBehaviour
显示文件 Open project: wtrebella/FutilePrototyper Class Usage Examples

Public Methods

Method Description
Init ( object target, bool shouldUseWeakReference ) : void
Update ( ) : void

Protected Methods

Method Description
GetTarget ( ) : object
SetupTarget ( ) : void
UpdateTarget ( ) : void

Private Methods

Method Description
Destroy ( ) : void

Method Details

GetTarget() protected method

protected GetTarget ( ) : object
return object

Init() public method

public Init ( object target, bool shouldUseWeakReference ) : void
target object
shouldUseWeakReference bool
return void

SetupTarget() protected method

protected SetupTarget ( ) : void
return void

Update() public method

public Update ( ) : void
return void

UpdateTarget() protected method

protected UpdateTarget ( ) : void
return void