Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix documentation of
EditorImportPlugin._Import
The following is the currently generated `EditorImportPlugin.cs`: ```csharp public virtual Error _Import(string sourceFile, string savePath, Dictionary options, Array<string> platformVariants, Array<string> genFiles) { return Error.Ok; } ``` This fixes the type signature in the documentation's example to match the actual type signature.
- Loading branch information