docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class AlembicExportOptions

    Class containing Alembic file format options.

    Inheritance
    object
    AlembicExportOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Formats.Alembic.Sdk
    Assembly: Unity.Formats.Alembic.Runtime.dll
    Syntax
    [Serializable]
    public class AlembicExportOptions

    Properties

    FrameRate

    Get or set the capture frame rate. Only available when TimeSamplingType is set to Uniform.

    Declaration
    public float FrameRate { get; set; }
    Property Value
    Type Description
    float

    ScaleFactor

    Get or set the scale factor to convert between different system units. For example, using 0.1 converts the Unity units to 1/10 of their value in the resulting Alembic file. This also affects position and speed.

    Declaration
    public float ScaleFactor { get; set; }
    Property Value
    Type Description
    float

    SwapFaces

    Enable to reverse the front and back of all faces.

    Declaration
    public bool SwapFaces { get; set; }
    Property Value
    Type Description
    bool

    SwapHandedness

    Enable to change from a left hand coordinate system (Unity) to a right hand coordinate system (Autodesk® Maya®).

    Declaration
    public bool SwapHandedness { get; set; }
    Property Value
    Type Description
    bool

    TimeSamplingType

    Get or set the time sampling type (Uniform or Acyclic).

    Declaration
    public TimeSamplingType TimeSamplingType { get; set; }
    Property Value
    Type Description
    TimeSamplingType

    TranformType

    Get or set the transform format (full matrix or TRS).

    Declaration
    public TransformType TranformType { get; set; }
    Property Value
    Type Description
    TransformType
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)