class ComponentSheet : Widget

book_4_sparkGenerated
code_blocksInput

Description

The ComponentSheet class is used to edit a component's properties in the GameObjectInspector. It provides methods to handle drag events and manage the component's content.

Members

Instance Members

Member NameSummary
OnDragHoverHandles the event when a drag operation hovers over the component sheet.
OnDragDropHandles the event when a drag operation is dropped onto the component sheet.
FrameCalled every frame to update the component sheet.
BuildHashCodeGenerates a hash code for the component sheet.
RebuildContentRebuilds the content of the component sheet, typically used after a hotload.
HeaderGets the header of the component sheet.