Barotrauma Client Doc
Barotrauma.IMemorizable< T > Interface Template Reference

Public Member Functions

void StoreSnapshot ()
 
void Undo ()
 
void Redo ()
 
void ClearHistory ()
 

Properties

Memento< T > Memento [get]
 

Detailed Description

Definition at line 6 of file Memento.cs.

Member Function Documentation

◆ ClearHistory()

void Barotrauma.IMemorizable< T >.ClearHistory ( )

◆ Redo()

void Barotrauma.IMemorizable< T >.Redo ( )

◆ StoreSnapshot()

void Barotrauma.IMemorizable< T >.StoreSnapshot ( )

◆ Undo()

void Barotrauma.IMemorizable< T >.Undo ( )

Property Documentation

◆ Memento

Definition at line 8 of file Memento.cs.