Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
MementoPattern
MementoDesignPattern
C# Class MementoPattern.MementoDesignPattern
Inheritance:
UnityEngine.MonoBehaviour
ファイルを表示
Open project: marwie/Design-Patterns-in-Unity-Example
Public Methods
Method
Description
Redo
( ) :
string
Save
(
string
text
) :
void
Undo
( ) :
string
Private Methods
Method
Description
OnEnable
( ) :
void
Method Details
Redo()
public
method
public
Redo
( ) :
string
return
string
Save()
public
method
public
Save
(
string
text
) :
void
text
string
return
void
Undo()
public
method
public
Undo
( ) :
string
return
string