Table of Contents

Method Lerp

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

Lerp(VisualTransformLerpSettings, Action<VisualTransform>)

Lerps the specified transform changes using the specified settings.

public void Lerp(VisualTransformLerpSettings settings, Action<VisualTransform> transforms)

Parameters

settings VisualTransformLerpSettings

The lerp settings to use when changing this visual transform.

transforms Action<VisualTransform>

An action containing the transform changes to be lerped.