Class SerializedPropertyExtention
Inheritance
SerializedPropertyExtention
Syntax
public static class SerializedPropertyExtention
Methods
GetEnumName<T>(SerializedProperty)
Helper to get an enum name from a SerializedProperty
Declaration
public static T GetEnumName<T>(this SerializedProperty property)
Parameters
| Type |
Name |
Description |
| SerializedProperty |
property |
|
Returns
Type Parameters
GetEnumValue<T>(SerializedProperty)
Helper to get an enum value from a SerializedProperty
Declaration
public static T GetEnumValue<T>(this SerializedProperty property)
Parameters
| Type |
Name |
Description |
| SerializedProperty |
property |
|
Returns
Type Parameters