C# Class strange.extensions.context.impl.ContextView

Inheritance: UnityEngine.MonoBehaviour, IContextView
Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Methods

Method Description
ContextView ( ) : System

Protected Methods

Method Description
OnDestroy ( ) : void

When a ContextView is Destroyed, automatically removes the associated Context.

Method Details

ContextView() public method

public ContextView ( ) : System
return System

OnDestroy() protected method

When a ContextView is Destroyed, automatically removes the associated Context.
protected OnDestroy ( ) : void
return void