Class AlembicRecorder.MeshBuffer | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class AlembicRecorder.MeshBuffer

    Inheritance
    System.Object
    AlembicRecorder.MeshBuffer
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: UTJ.Alembic
    Syntax
    public class MeshBuffer

    Fields

    colors

    Declaration
    public PinnedList<Color> colors
    Field Value
    Type Description
    PinnedList<Color>

    normals

    Declaration
    public PinnedList<Vector3> normals
    Field Value
    Type Description
    PinnedList<Vector3>

    points

    Declaration
    public PinnedList<Vector3> points
    Field Value
    Type Description
    PinnedList<Vector3>

    submeshData

    Declaration
    public PinnedList<aeSubmeshData> submeshData
    Field Value
    Type Description
    PinnedList<aeSubmeshData>

    submeshIndices

    Declaration
    public List<PinnedList<int>> submeshIndices
    Field Value
    Type Description
    List<PinnedList<System.Int32>>

    uv0

    Declaration
    public PinnedList<Vector2> uv0
    Field Value
    Type Description
    PinnedList<Vector2>

    uv1

    Declaration
    public PinnedList<Vector2> uv1
    Field Value
    Type Description
    PinnedList<Vector2>

    visibility

    Declaration
    public bool visibility
    Field Value
    Type Description
    System.Boolean

    Methods

    Capture(Mesh, Boolean, Boolean, Boolean, Boolean)

    Declaration
    public void Capture(Mesh mesh, bool captureNormals, bool captureUV0, bool captureUV1, bool captureColors)
    Parameters
    Type Name Description
    Mesh mesh
    System.Boolean captureNormals
    System.Boolean captureUV0
    System.Boolean captureUV1
    System.Boolean captureColors

    Capture(Mesh, AlembicRecorderSettings)

    Declaration
    public void Capture(Mesh mesh, AlembicRecorderSettings settings)
    Parameters
    Type Name Description
    Mesh mesh
    AlembicRecorderSettings settings

    Clear()

    Declaration
    public void Clear()

    SetupSubmeshes(aeObject, Mesh, Material[])

    Declaration
    public void SetupSubmeshes(aeObject abc, Mesh mesh, Material[] materials)
    Parameters
    Type Name Description
    aeObject abc
    Mesh mesh
    Material[] materials

    WriteSample(aeObject)

    Declaration
    public void WriteSample(aeObject abc)
    Parameters
    Type Name Description
    aeObject abc
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023