(string outputPath, object arg)
| 46 | |
| 47 | /// <inheritdoc /> |
| 48 | public override void Create(string outputPath, object arg) |
| 49 | { |
| 50 | if (Editor.CreateAsset("Animation", outputPath)) |
| 51 | throw new Exception("Failed to create new asset."); |
| 52 | } |
| 53 | |
| 54 | /// <inheritdoc /> |
| 55 | public override void OnThumbnailDrawBegin(ThumbnailRequest request, ContainerControl guiRoot, GPUContext context) |
nothing calls this directly
no test coverage detected