C# 클래스 FullInspector.Internal.fiSerializedPropertyUtility

파일 보기 프로젝트 열기: jacobdufault/fullinspector

공개 메소드들

메소드 설명
GetFieldOrProperty ( Type type, string name ) : MemberInfo
GetMetadata ( UnityEditor.SerializedProperty property ) : fiGraphMetadataChild
GetTarget ( UnityEditor.SerializedProperty property ) : object

Returns the object that this serialized property is currently storing.

ReadFieldOrProperty ( object obj, string name ) : object
RevertPrefabContextMenu ( Rect region, UnityEditor.SerializedProperty property ) : void
WriteFieldOrProperty ( object obj, string name, object value ) : void
WriteTarget ( UnityEditor.SerializedProperty property, object value ) : void

비공개 메소드들

메소드 설명
ReadArrayIndex ( object obj, int index ) : object
WriteArrayIndex ( object obj, int index, object value ) : void

메소드 상세

GetFieldOrProperty() 공개 정적인 메소드

public static GetFieldOrProperty ( Type type, string name ) : MemberInfo
type System.Type
name string
리턴 System.Reflection.MemberInfo

GetMetadata() 공개 정적인 메소드

public static GetMetadata ( UnityEditor.SerializedProperty property ) : fiGraphMetadataChild
property UnityEditor.SerializedProperty
리턴 fiGraphMetadataChild

GetTarget() 공개 정적인 메소드

Returns the object that this serialized property is currently storing.
public static GetTarget ( UnityEditor.SerializedProperty property ) : object
property UnityEditor.SerializedProperty
리턴 object

ReadFieldOrProperty() 공개 정적인 메소드

public static ReadFieldOrProperty ( object obj, string name ) : object
obj object
name string
리턴 object

RevertPrefabContextMenu() 공개 정적인 메소드

public static RevertPrefabContextMenu ( Rect region, UnityEditor.SerializedProperty property ) : void
region UnityEngine.Rect
property UnityEditor.SerializedProperty
리턴 void

WriteFieldOrProperty() 공개 정적인 메소드

public static WriteFieldOrProperty ( object obj, string name, object value ) : void
obj object
name string
value object
리턴 void

WriteTarget() 공개 정적인 메소드

public static WriteTarget ( UnityEditor.SerializedProperty property, object value ) : void
property UnityEditor.SerializedProperty
value object
리턴 void