struct Component::MainMenuBtn
- Component::MainMenuBtn
- ECS::Component
- Struct
- Value
- Object
Defined in:
components/main_menu_btn.crConstructors
Class Method Summary
Instance Method Summary
- #action : Symbol
- #clone
- #copy_with(label _label = @label, hover _hover = @hover, action _action = @action)
- #hover : Bool
- #label : String
Constructor Detail
Class Method Detail
Instance Method Detail
def copy_with(label _label = @label, hover _hover = @hover, action _action = @action)
#