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

TextSourceBakeResult.cs declarations

Public API declaration excerpts from ../bitquirky-core/Runtime/TextSource/TextSourceBakeResult.cs.

Source snapshot ad0983d00d77.

Original file: ../bitquirky-core/Runtime/TextSource/TextSourceBakeResult.cs

Source file hash: sha256:29f5213e9ffa483e40d0061bdccb49f91bf558be182c78108540d709a4771c37

Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.

Original lines: 14-40

Declaration hash: sha256:c16d034a58502a47a36c1825260518894a9eec9f8833722d2e4a6dc94df678e2

C#
public readonly struct TextSourceBakeResult<T>
{
}

Method: TextSourceBakeResult(T value, string sourceContentHash, bool wasRebuilt)

Section titled “Method: TextSourceBakeResult(T value, string sourceContentHash, bool wasRebuilt)”

Original lines: 22-27

Declaration hash: sha256:7beeed590892c46b3a9ace8daf4094ea6b1042a4e9480fa6f90fc5820d614fa6

C#
public TextSourceBakeResult(T value, string sourceContentHash, bool wasRebuilt);

Original lines: 30

Declaration hash: sha256:f4849dd3f20da16f01a2fd8528e8c91098a574b02c3050ed277c5ef212bcd0fb

C#
public T Value { get; }

Original lines: 36

Declaration hash: sha256:27839ed70cc19db5400a7040835411ee06e043388beaea293d3d17fccb834b9b

C#
public string SourceContentHash { get; }

Original lines: 39

Declaration hash: sha256:c6fa4442e7281d5dd3818a6bcf8b123b97148790a9cccc5049121cb0c02f3449

C#
public bool WasRebuilt { get; }
Full-size image