Enum TimeSamplingType
The time sampling mode for the Alembic file.
Namespace: UnityEngine.Formats.Alembic.Sdk
Assembly: Unity.Formats.Alembic.Runtime.dll
Syntax
public enum TimeSamplingType
Fields
| Name | Description |
|---|---|
| Acyclic | The delta time in Unity is the interval between the frames on the Alembic side. The interval is not constant, but the impact on the game progress is minimal. It is a mode mainly assuming 3D recording of games. |
| Uniform | The interval between frames on the Alembic side is always constant. |