Bearbeiten

ITransformSmoothingLogic Interface

Definition

Defines a method of smoothing the components of a transform.

public interface class ITransformSmoothingLogic
public interface ITransformSmoothingLogic
type ITransformSmoothingLogic = interface
Public Interface ITransformSmoothingLogic
Derived

Methods

SmoothPosition(Vector3, Vector3, Single, Single)

Smooths from source to goal, provided lerptime and a deltaTime.

SmoothRotation(Quaternion, Quaternion, Single, Single)

Smooths from source to goal, provided slerptime and a deltaTime.

SmoothScale(Vector3, Vector3, Single, Single)

Smooths from source to goal, provided lerptime and a deltaTime.

Applies to