C# 클래스 FSO.Client.UI.Framework.UITweenInstanceField_ForField

상속: UITweenInstanceField
파일 보기 프로젝트 열기: RHY3756547/FreeSO

공개 프로퍼티들

프로퍼티 타입 설명
Field System.Reflection.FieldInfo

공개 메소드들

메소드 설명
GetValue ( object inst ) : object
SetValue ( object value, object inst ) : void
UITweenInstanceField_ForField ( FieldInfo field, object inst ) : System

메소드 상세

GetValue() 공개 메소드

public GetValue ( object inst ) : object
inst object
리턴 object

SetValue() 공개 메소드

public SetValue ( object value, object inst ) : void
value object
inst object
리턴 void

UITweenInstanceField_ForField() 공개 메소드

public UITweenInstanceField_ForField ( FieldInfo field, object inst ) : System
field System.Reflection.FieldInfo
inst object
리턴 System

프로퍼티 상세

Field 공개적으로 프로퍼티

public FieldInfo,System.Reflection Field
리턴 System.Reflection.FieldInfo