public UIElements.VisualElement CreatePropertyGUI (SerializedProperty property);

파라미터

propertyThe SerializedProperty to make the custom GUI for.

반환

VisualElement The element containing the custom GUI.

설명

Override this method to make your own UIElements based GUI for the property.