MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Create

Method Create

Source/Editor/Content/Proxy/AnimationProxy.cs:48–52  ·  view source on GitHub ↗

(string outputPath, object arg)

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls 1

CreateAssetMethod · 0.45

Tested by

no test coverage detected