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

Inheritance: UnityEngine.MonoBehaviour, IContextView
Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

Méthode Description
ContextView ( ) : System

Méthodes protégées

Méthode Description
OnDestroy ( ) : void

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

Method Details

ContextView() public méthode

public ContextView ( ) : System
Résultat System

OnDestroy() protected méthode

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