# `GSHobbyNodeInfo update`

*Instance Method*

Syncs the leading and trailing values in case the parent node is smooth. Call this method if the connection type of the parent node changed to `SMOOTH`.

## Declaration

```swift
func update()
```

```objc
- (void) update;
```

```python
update()
```

