Class AlembicElement
Inheritance
System.Object
AlembicElement
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 |