GraphAssetIconView.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Views/GraphAssetIconView.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-graph/Editor/GraphView/Views/GraphAssetIconView.cs
Source file hash: sha256:b78bd857fb1cd888d87f8328187c6ac6a1106a977dba719d58ff046b154a95fd
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: GraphAssetIconView
Section titled “Type: GraphAssetIconView”Original lines: 30-155
Declaration hash: sha256:5d99918e19147dbcad4037fb5c8b8cb11044ddb02b31d29ba64f8bf8eade2b6e
[Unity.Scripting.LifecycleManagement.NoAutoStaticsCleanup]public sealed class GraphAssetIconView : VisualElement{}Method: GraphAssetIconView(string assetPath)
Section titled “Method: GraphAssetIconView(string assetPath)”Original lines: 59-62
Declaration hash: sha256:38e09076889128daaecc2b7e698fc753a7ec3214723bc5809a8908215ab78df3
public GraphAssetIconView(string assetPath);Method: GraphAssetIconView(string assetPath, bool useAsMonochromeMask)
Section titled “Method: GraphAssetIconView(string assetPath, bool useAsMonochromeMask)”Original lines: 70-74
Declaration hash: sha256:a155acd5225c6a4cb4fbd4a8e41b42e2e4932f1ac3a68edd270db482feadbfc7
public GraphAssetIconView(string assetPath, bool useAsMonochromeMask);Method: SetAssetPath(string assetPath)
Section titled “Method: SetAssetPath(string assetPath)”Original lines: 80-83
Declaration hash: sha256:33b0c901c6530818ed3af0caf98d253181bae7c5fcbc2ebc42f5a059bc100907
public void SetAssetPath(string assetPath);Method: SetAssetPath(string assetPath, bool useAsMonochromeMask)
Section titled “Method: SetAssetPath(string assetPath, bool useAsMonochromeMask)”Original lines: 90-109
Declaration hash: sha256:9c1fb33a9aa2d37b7b9772284fc8af2945d95f22bf97d6cecac0e743a125812b
public void SetAssetPath(string assetPath, bool useAsMonochromeMask);