Class AnimatedComponentBuilder
Namespace: Unity.Curves
Syntax
public static class AnimatedComponentBuilder
Methods
CreateBlob<T>(ICollection<AnimatedEditorCurves>)
Declaration
public static BlobAssetReference<AnimatedComponentBlob> CreateBlob<T>(ICollection<AnimatedEditorCurves> curves)
where T : struct, IComponentData
Parameters
| Type | Name | Description |
|---|---|---|
| ICollection<AnimatedEditorCurves> | curves |
Returns
| Type | Description |
|---|---|
| BlobAssetReference<AnimatedComponentBlob> |
Type Parameters
| Name | Description |
|---|---|
| T |