C# 클래스 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.
파일 보기 프로젝트 열기: buunguyen/memento

공개 프로퍼티들

프로퍼티 타입 설명
Mementor Mementor

공개 메소드들

메소드 설명
End ( ) : void
New ( ) : Mementor

메소드 상세

End() 공개 정적인 메소드

public static End ( ) : void
리턴 void

New() 공개 정적인 메소드

public static New ( ) : Mementor
리턴 Mementor

프로퍼티 상세

Mementor 공개적으로 정적으로 프로퍼티

public static Mementor Mementor
리턴 Mementor