Add Find references utility for graph parameters and methods

This commit is contained in:
Wojtek Figat
2022-05-09 18:10:47 +02:00
parent 8b1e0df222
commit 782c3a0e3e
16 changed files with 364 additions and 118 deletions

View File

@@ -170,6 +170,9 @@ namespace FlaxEditor.Windows.Assets
base.OnAssetLinked();
}
/// <inheritdoc />
public Asset SurfaceAsset => Asset;
/// <inheritdoc />
public abstract string SurfaceName { get; }