---
title: unhide()
framework: spritekit
role: symbol
role_heading: Type Method
path: spritekit/skaction/unhide()
---

# unhide()

Creates an action that makes a node visible.

## Declaration

```swift
class func unhide() -> SKAction
```

## Return Value

Return Value A new action object.

## Discussion

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.

## See Also

### Controlling Node Visibility

- [hide()](spritekit/skaction/hide().md)
