Table of Contents

Class UnityEvent_Thread

[Serializable]
public class UnityEvent_Thread : UnityEventsGroup
Inheritance
object
UnityEventsGroup
UnityEvent_Thread

Fields

onThreadCreated

public UnityEvent<Thread> onThreadCreated

Field Value

UnityEvent<Thread>

onThreadDeleted

public UnityEvent<bool> onThreadDeleted

Field Value

UnityEvent<bool>

onThreadRetrieved

public UnityEvent<Thread> onThreadRetrieved

Field Value

UnityEvent<Thread>

Methods

OnThreadCreated(Thread)

public void OnThreadCreated(Thread thread)

Parameters

thread Thread

OnThreadDeleted(bool)

public void OnThreadDeleted(bool success)

Parameters

success bool

OnThreadRetrieved(Thread)

public void OnThreadRetrieved(Thread thread)

Parameters

thread Thread