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

TilePrefabEntry.cs declarations

Public API declaration excerpts from ../bitquirky-tile/Runtime/TilePrefabEntry.cs.

Source snapshot ad0983d00d77.

Original file: ../bitquirky-tile/Runtime/TilePrefabEntry.cs

Source file hash: sha256:210566cae78617317cd181f177e3229838609e50b868c921327fa80146601f69

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

Original lines: 19-69

Declaration hash: sha256:9db3838a7c2b365bff2996b31895f9dd7804711b82a6b9af6cffa4e0f08af905

C#
[Serializable]
public sealed class TilePrefabEntry
{
}

Original lines: 33-37

Declaration hash: sha256:9e737be5a70ebcb1e641d9a397d0feea7f0e068cb58943d3c34c4f8cbc592bb5

C#
public string Id { get; set; }

Original lines: 43-47

Declaration hash: sha256:2b23402905074b34ff6bd25921a1c8172a80da4ebb179634ac727c2645c60c18

C#
public string DisplayName { get; set; }

Original lines: 53-57

Declaration hash: sha256:14bcdfba9465c183b8134d7e0d46683d5efd2dc44cd48b54988592088cba9a3b

C#
public List<string> Tags { get; set; }

Original lines: 64-68

Declaration hash: sha256:694cc796493948534b6e0b477c783951b282fa00762298f1baeae4d794e92bc5

C#
public List<TilePrefabVariant> Variants { get; set; }
Full-size image