C# Class GILES.UndoDelete

Inheritance: IUndo
ファイルを表示 Open project: procore3d/giles

Public Properties

Property Type Description
gameObjects IEnumerable

Public Methods

Method Description
ApplyState ( Hashtable hash ) : void
OnExitScope ( ) : void
RecordState ( ) : Hashtable
UndoDelete ( IEnumerable selection ) : UnityEngine

Method Details

ApplyState() public method

public ApplyState ( Hashtable hash ) : void
hash System.Collections.Hashtable
return void

OnExitScope() public method

public OnExitScope ( ) : void
return void

RecordState() public method

public RecordState ( ) : Hashtable
return System.Collections.Hashtable

UndoDelete() public method

public UndoDelete ( IEnumerable selection ) : UnityEngine
selection IEnumerable
return UnityEngine

Property Details

gameObjects public_oe property

public IEnumerable gameObjects
return IEnumerable