Class UnityEvent_Thread
Inheritance
object
UnityEventsGroup
UnityEvent_Thread
Assembly: .dll
Syntax
[Serializable]
public class UnityEvent_Thread : UnityEventsGroup
Fields
onThreadCreated
Declaration
public UnityEvent<Thread> onThreadCreated
Field Value
Type |
Description |
UnityEvent<Thread> |
|
onThreadDeleted
Declaration
public UnityEvent<bool> onThreadDeleted
Field Value
Type |
Description |
UnityEvent<bool> |
|
onThreadRetrieved
Declaration
public UnityEvent<Thread> onThreadRetrieved
Field Value
Type |
Description |
UnityEvent<Thread> |
|
Methods
OnThreadCreated(Thread)
Declaration
public void OnThreadCreated(Thread thread)
Parameters
Type |
Name |
Description |
Thread |
thread |
|
OnThreadDeleted(bool)
Declaration
public void OnThreadDeleted(bool success)
Parameters
Type |
Name |
Description |
bool |
success |
|
OnThreadRetrieved(Thread)
Declaration
public void OnThreadRetrieved(Thread thread)
Parameters
Type |
Name |
Description |
Thread |
thread |
|