Custom editor script for ReturnGraphDirector which serializes and updates the director’s RgBlackboard to match the blackboard variable keys in the director’s referenced RuntimeReturnGraph.
Method | Description |
---|---|
OnInspectorGUI | Draws the custom Inspector GUI for the ReturnGraphDirector component. |
DrawBlackboard | Renders and manages the display of each ‣ within the inspector for the RgBlackboard of a ReturnGraphDirector. This method arranges the blackboard variables into a foldable list format by integrating with Unity's ReorderableList. |