C# 클래스 GILES.UndoReflection

상속: IUndo
파일 보기 프로젝트 열기: procore3d/giles

공개 프로퍼티들

프로퍼티 타입 설명
memberName string
target object

공개 메소드들

메소드 설명
ApplyState ( Hashtable hash ) : void
OnExitScope ( ) : void
RecordState ( ) : Hashtable
UndoReflection ( object target, MemberInfo info ) : UnityEngine
UndoReflection ( object target, string member ) : UnityEngine

메소드 상세

ApplyState() 공개 메소드

public ApplyState ( Hashtable hash ) : void
hash System.Collections.Hashtable
리턴 void

OnExitScope() 공개 메소드

public OnExitScope ( ) : void
리턴 void

RecordState() 공개 메소드

public RecordState ( ) : Hashtable
리턴 System.Collections.Hashtable

UndoReflection() 공개 메소드

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

UndoReflection() 공개 메소드

public UndoReflection ( object target, string member ) : UnityEngine
target object
member string
리턴 UnityEngine

프로퍼티 상세

memberName 공개적으로 프로퍼티

public string memberName
리턴 string

target 공개적으로 프로퍼티

public object target
리턴 object