Method IsMainThread
IsMainThread()
Determines whether the current thread is the main thread. WebGL currently runs on a single thread, so this will always be false.
Declaration
public override bool IsMainThread()
Returns
| Type | Description |
|---|---|
| bool | Whether or not this thread is the main thread. |