Module: MSK::Actions::Visibility
- Included in:
- MSK::ActionDSL
- Defined in:
- lib/project/actions/visibility.rb
Instance Method Summary collapse
- #hide ⇒ Object
- #remove_from_parent ⇒ Object
- #unhide ⇒ Object (also: #show)
Instance Method Details
#hide ⇒ Object
8 9 10 |
# File 'lib/project/actions/visibility.rb', line 8 def hide SKAction.hide end |
#remove_from_parent ⇒ Object
12 13 14 |
# File 'lib/project/actions/visibility.rb', line 12 def remove_from_parent SKAction.removeFromParent end |
#unhide ⇒ Object Also known as: show
4 5 6 |
# File 'lib/project/actions/visibility.rb', line 4 def unhide SKAction.unhide end |