From 5923675738605236914363753089053394569520 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Fri, 31 Jan 2025 16:08:24 -0500 Subject: Update Render Layer docs and type annotations --- binaryninjaapi.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 709675f7..6926d61b 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -19108,6 +19108,10 @@ namespace BinaryNinja { public: /*! Register a custom Render Layer. + Specify enableState to change whether the layer is enabled by default in the UI. + If it is set to AlwaysEnabled, the Render Layer will always be enabled + and will not be displayed in the UI. + \param layer Render Layer to register \param enableState Whether the layer should be enabled by default */ -- cgit v1.3.1