Description
The Frame
method is a public instance method of the Editor.ComponentSheet
class. It is marked with the Editor.EditorEvent/FrameAttribute
, indicating that it is likely used in the context of an editor event related to rendering or updating frames within the editor environment.
Usage
To use the Frame
method, you need to have an instance of the Editor.ComponentSheet
class. This method does not take any parameters and does not return a value. It is typically called within the editor's update loop to handle frame-specific logic for the component sheet.
Example
// Assuming 'componentSheet' is an instance of Editor.ComponentSheet
componentSheet.Frame();