module Oid::Components::Hidden::Helper
Direct including types
Defined in:
Instance Method Summary
-
#add_component_hidden : Entitas::Entity
Add a
Oid::Components::Hidden
to the entity. -
#add_component_hidden(**args) : Entitas::Entity
Add a
Oid::Components::Hidden
to the entity. -
#add_hidden : Entitas::Entity
Add a
Oid::Components::Hidden
to the entity. - #add_hidden_listener(value : Oid::Components::Hidden::Listener)
- #add_hidden_removed_listener(value : Oid::Components::Hidden::RemovedListener)
-
#del_component_hidden : Entitas::Entity
Delete
Oid::Components::Hidden
from the entity. -
#del_hidden : Entitas::Entity
Delete
Oid::Components::Hidden
from the entity. -
#get_component_hidden : Oid::Components::Hidden
Will return the component that is a
Oid::Components::Hidden
or raise -
#has_component_hidden? : Bool
Will return true if the entity has an component
Oid::Components::Hidden
or false if it does not -
#has_hidden? : Bool
Will return true if the entity has an component
Oid::Components::Hidden
or false if it does not -
#hidden : Oid::Components::Hidden
Will return the component that is a
Oid::Components::Hidden
or raise - #hidden=(value : Bool)
-
#hidden? : Bool
Alias.
-
#remove_component_hidden
Append.
-
#remove_hidden
Append.
- #remove_hidden_listener(value : Oid::Components::Hidden::Listener, remove_comp_when_empty = false)
- #remove_hidden_removed_listener(value : Oid::Components::Hidden::RemovedListener, remove_comp_when_empty = false)
-
#replace_component_hidden(component : Oid::Components::Hidden)
Append.
-
#replace_component_hidden(**args)
Will replace the current component with the new one generated from the provided arguments
-
#replace_hidden(component : Oid::Components::Hidden)
Will replace the current component with the new one provided
-
#replace_hidden
Will replace the current component with the new one generated from the provided arguments