C# Class GILES.UndoTransform

Inheritance: IUndo
显示文件 Open project: procore3d/giles

Public Properties

Property Type Description
target UnityEngine.Transform

Public Methods

Method Description
ApplyState ( Hashtable values ) : void
OnExitScope ( ) : void
RecordState ( ) : Hashtable
UndoTransform ( Transform target ) : UnityEngine

Method Details

ApplyState() public method

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

OnExitScope() public method

public OnExitScope ( ) : void
return void

RecordState() public method

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

UndoTransform() public method

public UndoTransform ( Transform target ) : UnityEngine
target UnityEngine.Transform
return UnityEngine

Property Details

target public_oe property

public Transform,UnityEngine target
return UnityEngine.Transform