Namespace DiceRolling.Components.CharacterInspector
Classes
CharacterActionButtonComponent
A button component representing a single character action in the inspector. Displays the action name and emits an ActionSelected signal when pressed.
Displays a list of actions for the currently inspected character using buttons. It listens to the parent CharacterInspectorEntity's EntityUpdated signal and manages instances of CharacterActionButtonComponent.
CharacterAttributeDisplayComponent
Displays the details of a single character attribute (Name, Current Value, Max Value).
CharacterAttributeListComponent
Displays a list of attributes for the currently inspected character. It listens to the parent CharacterInspectorEntity's EntityUpdated signal and manages instances of CharacterAttributeDisplayComponent.
Displays the name of the currently inspected character. It listens to the parent CharacterInspectorEntity's EntityUpdated signal.
Displays the role name of the currently inspected character. It listens to the parent CharacterInspectorEntity's EntityUpdated signal.