C# Class Memento.Test.Session

The same mementor instance is usually used throughout the application or editor session, therefore there should be some centralized way to get that instance.
Afficher le fichier Open project: buunguyen/memento

Méthodes publiques

Свойство Type Description
Mementor Mementor

Méthodes publiques

Méthode Description
End ( ) : void
New ( ) : Mementor

Method Details

End() public static méthode

public static End ( ) : void
Résultat void

New() public static méthode

public static New ( ) : Mementor
Résultat Mementor

Property Details

Mementor public_oe static_oe property

public static Mementor Mementor
Résultat Mementor