ITransformSmoothingLogic Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |