|
|
|
|
|
|
base.OnInspectorGUI(); |
|
|
|
var pixelRatioProperty = serializedObject.FindProperty("devicePixelRatioOverride"); |
|
|
|
var antiAliasingProperty = serializedObject.FindProperty("hardwareAntiAliasing"); |
|
|
|
//var ShowDebugLog = serializedObject.FindProperty("m_ShowDebugLog");
|
|
|
|
//EditorGUILayout.PropertyField(ShowDebugLog);
|
|
|
|
/*if (EditorGUI.EndChangeCheck()) { |
|
|
|
UIWidgetsPanel.ShowDebugLog = ShowDebugLog.boolValue; |
|
|
|
}*/ |
|
|
|
UIWidgetsPanel panel = (UIWidgetsPanel)target; |
|
|
|
|
|
|
|
UIWidgetsPanel panel = (UIWidgetsPanel)target; |
|
|
|
serializedObject.ApplyModifiedProperties(); |
|
|
|
} |
|
|
|
} |