Метод | Описание | |
---|---|---|
Awake ( ) : void | ||
OnGUI ( ) : void | ||
Start ( ) : void | ||
Update ( ) : void | ||
applicationDidFinishLaunching ( ) : void | ||
applicationRunOnceOnBuilding ( ) : void | ||
invalidate ( System target ) : void | ||
registWithTarget ( System target, Action |
public abstract applicationDidFinishLaunching ( ) : void | ||
Результат | void |
public abstract applicationRunOnceOnBuilding ( ) : void | ||
Результат | void |
public invalidate ( System target ) : void | ||
target | System | |
Результат | void |
public registWithTarget ( System target, Action |
||
target | System | |
selOnUpdate | Action |
|
selOnGUI | Action |
|
Результат | void |