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

    Class AlembicTreeNode

    Inheritance
    System.Object
    AlembicTreeNode
    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 AlembicTreeNode : IDisposable

    Fields

    abcObject

    Declaration
    public AlembicElement abcObject
    Field Value
    Type Description
    AlembicElement

    children

    Declaration
    public List<AlembicTreeNode> children
    Field Value
    Type Description
    List<AlembicTreeNode>

    gameObject

    Declaration
    public GameObject gameObject
    Field Value
    Type Description
    GameObject

    stream

    Declaration
    public AlembicStream stream
    Field Value
    Type Description
    AlembicStream

    Methods

    Dispose()

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

    FindNode(GameObject)

    Declaration
    public AlembicTreeNode FindNode(GameObject go)
    Parameters
    Type Name Description
    GameObject go
    Returns
    Type Description
    AlembicTreeNode

    GetAlembicObj<T>()

    Declaration
    public T GetAlembicObj<T>()where T : AlembicElement, new ()
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T

    GetOrAddAlembicObj<T>()

    Declaration
    public T GetOrAddAlembicObj<T>()where T : AlembicElement, new ()
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T

    RemoveAlembicObject(AlembicElement)

    Declaration
    public void RemoveAlembicObject(AlembicElement obj)
    Parameters
    Type Name Description
    AlembicElement obj

    ResetTree()

    Declaration
    public void ResetTree()
    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