C# Class GILES.UndoReflection

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

Méthodes publiques

Свойство Type Description
memberName string
target object

Méthodes publiques

Méthode 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 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

UndoReflection() public méthode

public UndoReflection ( object target, MemberInfo info ) : UnityEngine
target object
info System.Reflection.MemberInfo
Résultat UnityEngine

UndoReflection() public méthode

public UndoReflection ( object target, string member ) : UnityEngine
target object
member string
Résultat UnityEngine

Property Details

memberName public_oe property

public string memberName
Résultat string

target public_oe property

public object target
Résultat object