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)
Syntax
public class AlembicTreeNode : IDisposable
Fields
abcObject
Declaration
public AlembicElement abcObject
Field Value
children
Declaration
public List<AlembicTreeNode> children
Field Value
gameObject
Declaration
public GameObject gameObject
Field Value
Type |
Description |
GameObject |
|
stream
Declaration
public AlembicStream stream
Field Value
Methods
Dispose()
Declaration
Implements
System.IDisposable.Dispose()
FindNode(GameObject)
Declaration
public AlembicTreeNode FindNode(GameObject go)
Parameters
Type |
Name |
Description |
GameObject |
go |
|
Returns
GetAlembicObj<T>()
Declaration
public T GetAlembicObj<T>()where T : AlembicElement, new ()
Returns
Type Parameters
GetOrAddAlembicObj<T>()
Declaration
public T GetOrAddAlembicObj<T>()where T : AlembicElement, new ()
Returns
Type Parameters
RemoveAlembicObject(AlembicElement)
Declaration
public void RemoveAlembicObject(AlembicElement obj)
Parameters
ResetTree()
Declaration