C# Class GILES.UndoDelete

Inheritance: IUndo
Afficher le fichier Open project: procore3d/giles

Méthodes publiques

Свойство Type Description
gameObjects IEnumerable

Méthodes publiques

Méthode Description
ApplyState ( Hashtable hash ) : void
OnExitScope ( ) : void
RecordState ( ) : Hashtable
UndoDelete ( IEnumerable selection ) : UnityEngine

Method Details

ApplyState() public méthode

public ApplyState ( Hashtable hash ) : void
hash System.Collections.Hashtable
Résultat void

OnExitScope() public méthode

public OnExitScope ( ) : void
Résultat void

RecordState() public méthode

public RecordState ( ) : Hashtable
Résultat System.Collections.Hashtable

UndoDelete() public méthode

public UndoDelete ( IEnumerable selection ) : UnityEngine
selection IEnumerable
Résultat UnityEngine

Property Details

gameObjects public_oe property

public IEnumerable gameObjects
Résultat IEnumerable