Class SerializedPropertyHelper
Helpers for the editor
Inherited Members
Namespace: Cinemachine.Editor
Assembly: solution.dll
Syntax
public static class SerializedPropertyHelper
Methods
| Name | Description |
|---|---|
| FindProperty(SerializedObject, Expression<Func<object>>) | |
| FindPropertyRelative(SerializedProperty, Expression<Func<object>>) | |
| GetPropertyValue(SerializedProperty) | Get the value of a proprty, as an object |
| PropertyName(Expression<Func<object>>) |