Delegate AlembicCurves.OnUpdateDataHandler
Defines the type for the update callback.
Namespace: UnityEngine.Formats.Alembic.Importer
Assembly: Unity.Formats.Alembic.Runtime.dll
Syntax
public delegate void AlembicCurves.OnUpdateDataHandler(AlembicCurves curves)
Parameters
| Type | Name | Description |
|---|---|---|
| AlembicCurves | curves | the component that was updated. |