Refactor various Editor APIs to use auto-generated bindings instead of manual code
This commit is contained in:
@@ -45,7 +45,7 @@ public:
|
||||
/// <param name="path">The asset path.</param>
|
||||
/// <param name="options">The options.</param>
|
||||
/// <returns>True if success, otherwise false.</returns>
|
||||
static bool TryGetImportOptions(const String& path, Options& options);
|
||||
static bool TryGetImportOptions(const StringView& path, Options& options);
|
||||
|
||||
/// <summary>
|
||||
/// Imports the audio data (with given audio decoder).
|
||||
|
||||
Reference in New Issue
Block a user