docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class AlembicStreamSettings

    This class contains stream reading options for Alembic file import.

    Inheritance
    object
    AlembicStreamSettings
    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.Importer
    Assembly: Unity.Formats.Alembic.Runtime.dll
    Syntax
    [Serializable]
    public class AlembicStreamSettings

    Properties

    CreateCurveRenderers

    If you enabled the importing of Alembic curves, this method automatically creates the AlembicCurveRendering component.

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

    FlipFaces

    Enable to invert the orientation of the polygons.

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

    ImportCameras

    Enable or disable the import of Camera data.

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

    ImportCurves

    Enable or disable the import of Curve data.

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

    ImportMeshes

    Enable or disable the import of Mesh data.

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

    ImportPoints

    Enable or disable the import of Point (particle cloud) data.

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

    ImportVisibility

    Enables or disables the control of the active state of objects.

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

    ImportXform

    Enable or disable the import of Transform (Xform) data.

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

    InterpolateSamples

    Enable to linearly interpolate between Alembic samples for which the topology does not change.

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

    Normals

    Get or set the Normals computation mode on import.

    Declaration
    public NormalsMode Normals { get; set; }
    Property Value
    Type Description
    NormalsMode

    ScaleFactor

    The world scale factor to convert between the Alembic file and Unity.

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

    SwapHandedness

    Enable to switch the X-axis direction between Left and Right handed coordinate systems.

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

    Tangents

    Get or set the Tangents computation mode on import.

    Declaration
    public TangentsMode Tangents { get; set; }
    Property Value
    Type Description
    TangentsMode
    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)