Namespace UnityEngine.Formats.Alembic.Importer
Classes
AlembicCurves
The AlembicCurves component stores the curve information for the associated Alembic tree Node.
AlembicCurvesRenderer
The AlembicCurvesRenderer component allows you to preview the data inside an AlembicCurves component. It requires the AlembicCurves component to function correctly. When you add an AlembicCurvesRenderer component, it also automatically adds two other required components: a MeshRenderer and a MeshFilter.
AlembicCustomData
Class that stores additional data for the current Alembic Node.
AlembicPointsCloud
The Scene data container for animated point clouds.
AlembicPointsRenderer
Component that renders point clouds by instancing a mesh.
AlembicStreamPlayer
This component allows data streaming from Alembic files. It updates children nodes (Meshes, Transforms, Cameras, etc.) to reflect the Alembic data at the given time.
AlembicStreamSettings
This class contains stream reading options for Alembic file import.
Delegates
AlembicCurves.OnUpdateDataHandler
Defines the type for the update callback.