<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [server](./server.md) &gt; [EntityModelNodeOverride](./server.entitymodelnodeoverride.md) &gt; [setLocalRotationInterpolationMs](./server.entitymodelnodeoverride.setlocalrotationinterpolationms.md)

## EntityModelNodeOverride.setLocalRotationInterpolationMs() method

Sets the interpolation time in milliseconds applied to local rotation changes.

**Signature:**

```typescript
setLocalRotationInterpolationMs(interpolationMs: number | undefined): void;
```

## Parameters

<table><thead><tr><th>

Parameter


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

interpolationMs


</td><td>

number \| undefined


</td><td>

The interpolation time in milliseconds to set.

\*\*Side effects:\*\* Emits `EntityModelNodeOverrideEvent.SET_LOCAL_ROTATION_INTERPOLATION_MS` when spawned.

\*\*Category:\*\* Entities


</td></tr>
</tbody></table>
**Returns:**

void

