Class 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.
Inherited Members
Namespace: UnityEngine .Formats.Alembic.Importer
Assembly: Unity.Formats.Alembic.Runtime.dll
Syntax
[RequireComponent(typeof(AlembicCurves))]
[RequireComponent(typeof(MeshRenderer))]
[RequireComponent(typeof(MeshFilter))]
[ExecuteInEditMode]
public class AlembicCurvesRenderer : MonoBehaviour