# Sandbox.MovieMaker.Properties.BoneAccessor.GetParentSpace

```csharp
Transform GetParentSpace(int index)
```

Gets the current movie-driven parent-space transform of the given bone. If the bone
isn't controlled by a movie, just returns the current parent-space transform.

### Parameters

- `index` (`int`)

### Returns

`Transform`

Declared in [Sandbox.MovieMaker.Properties.BoneAccessor](/api/Sandbox.MovieMaker.Properties.BoneAccessor).
Assembly: `Sandbox.Engine`.
