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.
显示文件 Open project: buunguyen/memento

Public Properties

Property Type Description
Mementor Mementor

Public Methods

Method Description
End ( ) : void
New ( ) : Mementor

Method Details

End() public static method

public static End ( ) : void
return void

New() public static method

public static New ( ) : Mementor
return Mementor

Property Details

Mementor public_oe static_oe property

public static Mementor Mementor
return Mementor