C# Class GILES.UndoReflection

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

Public Properties

Property Type Description
memberName string
target object

Public Methods

Method Description
ApplyState ( Hashtable hash ) : void
OnExitScope ( ) : void
RecordState ( ) : Hashtable
UndoReflection ( object target, MemberInfo info ) : UnityEngine
UndoReflection ( object target, string member ) : 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

UndoReflection() public method

public UndoReflection ( object target, MemberInfo info ) : UnityEngine
target object
info System.Reflection.MemberInfo
return UnityEngine

UndoReflection() public method

public UndoReflection ( object target, string member ) : UnityEngine
target object
member string
return UnityEngine

Property Details

memberName public_oe property

public string memberName
return string

target public_oe property

public object target
return object