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

    Class AlembicElement

    Inheritance
    System.Object
    AlembicElement
    AlembicCamera
    AlembicMesh
    AlembicPoints
    AlembicXform
    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 abstract class AlembicElement : IDisposable

    Fields

    m_abcObj

    Declaration
    protected aiObject m_abcObj
    Field Value
    Type Description
    aiObject

    Properties

    abcObject

    Declaration
    public aiObject abcObject { get; }
    Property Value
    Type Description
    aiObject

    abcSchema

    Declaration
    public abstract aiSchema abcSchema { get; }
    Property Value
    Type Description
    aiSchema

    abcTreeNode

    Declaration
    public AlembicTreeNode abcTreeNode { get; set; }
    Property Value
    Type Description
    AlembicTreeNode

    visibility

    Declaration
    public abstract bool visibility { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    AbcPrepareSample()

    Declaration
    public virtual void AbcPrepareSample()

    AbcSetup(aiObject, aiSchema)

    Declaration
    public virtual void AbcSetup(aiObject abcObj, aiSchema abcSchema)
    Parameters
    Type Name Description
    aiObject abcObj
    aiSchema abcSchema

    AbcSyncDataBegin()

    Declaration
    public virtual void AbcSyncDataBegin()

    AbcSyncDataEnd()

    Declaration
    public virtual void AbcSyncDataEnd()

    Dispose()

    Declaration
    public void Dispose()
    Implements
    System.IDisposable.Dispose()

    GetOrAddComponent<T>()

    Declaration
    public T GetOrAddComponent<T>()where T : Component
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    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