unhide()
Creates an action that ensures a node is not hidden.
Declaration
class func unhide() -> SCNActionReturn Value
A new action object.
Discussion
When the action executes, the node’s isHidden property is set to false.
This action is reversible; the reverse is equivalent to the hide() action.