Class IronSourceEventsDispatcher
Inherited Members
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: Global Namespace
Assembly: Unity.LevelPlay.dll
Syntax
[Obsolete("This class will be made private in a future version.", false)]
public class IronSourceEventsDispatcher : MonoBehaviour
Methods
Awake()
Declaration
public void Awake()
OnDisable()
Declaration
public void OnDisable()
executeAction(Action)
Declaration
public static void executeAction(Action action)
Parameters
Type | Name | Description |
---|---|---|
Action | action |
initialize()
Declaration
public static void initialize()
isCreated()
Declaration
public static bool isCreated()
Returns
Type | Description |
---|---|
bool |
removeFromParent()
Declaration
public void removeFromParent()