コード例 #1
0
        SerializedProperty FindProperty <TValue>(Expression <Func <HDRenderPipeline, TValue> > expr)
        {
            var path = Utilities.GetFieldPath(expr);

            return(serializedObject.FindProperty(path));
        }