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