Open Dev Kit Documentation :: General :: API Node Editor Flags
Root.APINodeEditorFlagsOptions for the API Node Editor
Constants
- Resource Project (
Resource_Project) - Resource is displayed in project resource navigator
- Property Auto Select (
Property_AutoSelect) - Property gains focus first within document editors
- Property Array Fixed (
Property_Array_Fixed) - Array property can't be resized
- Property String Theme (
Property_String_Theme) - String property is displayed as a list with an enumeration of editor themes (Editor plugin)
- Property String Font Family (
Property_String_FontFamily) - String property is displayed as a list with an enumeration of system fonts (GUI plugin)
- Property String Render Group (
Property_String_RenderGroup) - String property is displayed as a list with an enumeration of render groups (Game plugin)
- Property String Open AI Models (
Property_String_OpenAIModels) - String property is displayed as a list with an enumeration of AI models (OpenAI plugin)
- Property Color Alpha (
Property_Color_Alpha) - Color property button will be coupled with a slider to specify alpha; otherwise, alpha will be set as fully opaque
- Property Float Time (
Property_Float_Time) - Time property is displayed as a duration of time in seconds
- Event Quiet (
Event_Quiet) - Event is only logged once sequentially
- Event Silent (
Event_Silent) - Event is not logged
If you think anything is missing, please feel free to: submit documentation feedback on this page
