Метод | Описание | |
---|---|---|
GetFieldOrProperty ( |
||
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 ( |
||
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 |
public static GetFieldOrProperty ( |
||
type | ||
name | string | |
Результат |
public static GetMetadata ( UnityEditor.SerializedProperty property ) : fiGraphMetadataChild | ||
property | UnityEditor.SerializedProperty | |
Результат | fiGraphMetadataChild |
public static GetTarget ( UnityEditor.SerializedProperty property ) : object | ||
property | UnityEditor.SerializedProperty | |
Результат | object |
public static ReadFieldOrProperty ( object obj, string name ) : object | ||
obj | object | |
name | string | |
Результат | object |
public static RevertPrefabContextMenu ( |
||
region | ||
property | UnityEditor.SerializedProperty | |
Результат | void |
public static WriteFieldOrProperty ( object obj, string name, object value ) : void | ||
obj | object | |
name | string | |
value | object | |
Результат | void |
public static WriteTarget ( UnityEditor.SerializedProperty property, object value ) : void | ||
property | UnityEditor.SerializedProperty | |
value | object | |
Результат | void |