unhide()
Creates an action that makes a node visible.
Declaration
class func unhide() -> SKActionReturn Value
A new action object.
Discussion
This action has an instantaneous duration. When the action executes, the node’s isHidden property is set to false.
This action is reversible; the reversed action hides the node.