Skip to content
Bit Quirky Behavior Trees and
State Machines

Search documentation

All topics and APIs

Close returns focus to Search.

What are you looking for?

Try a common topic or enter a complete API identifier.

Browse the reference instead

Esc closes · Tab reaches results · Enter opens the focused link

v0.6.0
Menu

GraphAssetIconView.cs declarations

Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Views/GraphAssetIconView.cs.

Source snapshot ad0983d00d77.

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.

Original lines: 30-155

Declaration hash: sha256:5d99918e19147dbcad4037fb5c8b8cb11044ddb02b31d29ba64f8bf8eade2b6e

C#
[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

C#
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

C#
public GraphAssetIconView(string assetPath, bool useAsMonochromeMask);

Original lines: 80-83

Declaration hash: sha256:33b0c901c6530818ed3af0caf98d253181bae7c5fcbc2ebc42f5a059bc100907

C#
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

C#
public void SetAssetPath(string assetPath, bool useAsMonochromeMask);
Full-size image