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

    Class AlembicPointsCloud

    Inheritance
    MonoBehaviour
    AlembicPointsCloud
    Namespace: UTJ.Alembic
    Syntax
    public class AlembicPointsCloud : MonoBehaviour

    Fields

    m_abc

    Declaration
    public AlembicPoints m_abc
    Field Value
    Type Description
    AlembicPoints

    m_boundsCenter

    Declaration
    public Vector3 m_boundsCenter
    Field Value
    Type Description
    Vector3

    m_boundsExtents

    Declaration
    public Vector3 m_boundsExtents
    Field Value
    Type Description
    Vector3

    m_ids

    Declaration
    public PinnedList<uint> m_ids
    Field Value
    Type Description
    PinnedList<System.UInt32>

    m_points

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

    m_sort

    Declaration
    public bool m_sort
    Field Value
    Type Description
    System.Boolean

    m_sortFrom

    Declaration
    public Transform m_sortFrom
    Field Value
    Type Description
    Transform

    m_velocities

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

    Properties

    abcPoints

    Declaration
    public AlembicPoints abcPoints { get; }
    Property Value
    Type Description
    AlembicPoints

    ids

    Declaration
    public PinnedList<uint> ids { get; }
    Property Value
    Type Description
    PinnedList<System.UInt32>

    points

    Declaration
    public PinnedList<Vector3> points { get; }
    Property Value
    Type Description
    PinnedList<Vector3>

    velocities

    Declaration
    public PinnedList<Vector3> velocities { get; }
    Property Value
    Type Description
    PinnedList<Vector3>
    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