Property | Type | Description | |
---|---|---|---|
OnStarted | void | ||
OnTerminated | void | ||
StartInternal | void | ||
TerminateInternal | void | ||
Tick | void |
Method | Description | |
---|---|---|
OnStart ( ) : void | ||
OnTerminate ( ) : void | ||
OnTick ( ) : void | ||
Print ( string message ) : void | ||
Script ( string name, string category ) : System | ||
Start ( ) : void | ||
Stop ( ) : void | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
Sleep ( int ms ) : void | ||
StartThread ( System.Action action ) : |
||
StopThread ( string reason = null ) : void |
Method | Description | |
---|---|---|
OnStarted ( ) : void | ||
OnTerminated ( ) : void | ||
StartInternal ( ) : void | ||
TerminateInternal ( string message = "Script terminated" ) : void | ||
Tick ( ) : void |
public Script ( string name, string category ) : System | ||
name | string | |
category | string | |
return | System |
protected StartThread ( System.Action action ) : |
||
action | System.Action | |
return |
protected StopThread ( string reason = null ) : void | ||
reason | string | |
return | void |