Class
SerializedProperties
Inheritance
System.Object
SerializedProperties
Syntax
public static class SerializedProperties
Fields
|
Improve this Doc
View Source
SerializationFieldFlags
Declaration
public const BindingFlags SerializationFieldFlags = BindingFlags.Instance | BindingFlags.Public | BindingFlags.NonPublic
Field Value
Type |
Description |
System.Reflection.BindingFlags |
|
|
Improve this Doc
View Source
SerializationPropertyFlags
Declaration
public const BindingFlags SerializationPropertyFlags = BindingFlags.IgnoreCase | BindingFlags.Instance | BindingFlags.Public | BindingFlags.NonPublic
Field Value
Type |
Description |
System.Reflection.BindingFlags |
|
Methods
|
Improve this Doc
View Source
GetValue(SerializedProperty)
Declaration
public static object GetValue(this SerializedProperty property)
Parameters
Type |
Name |
Description |
UnityEditor.SerializedProperty |
property |
|
Returns
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
SetValue(SerializedProperty, Object)
Declaration
public static void SetValue(this SerializedProperty property, object value)
Parameters
Type |
Name |
Description |
UnityEditor.SerializedProperty |
property |
|
System.Object |
value |
|