Enum TransformType
The transform format (Xform Type).
Namespace: UnityEngine.Formats.Alembic.Sdk
Assembly: Unity.Formats.Alembic.Runtime.dll
Syntax
public enum TransformType
Fields
| Name | Description |
|---|---|
| Matrix | Record the full transformation matrix. |
| TRS | Record the animation in TRS format (translation, rotation, scale). |