TilePrefabEntry.cs declarations
Public API declaration excerpts from ../bitquirky-tile/Runtime/TilePrefabEntry.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: TilePrefabEntry
Section titled “Type: TilePrefabEntry”Original lines: 19-69
Declaration hash: sha256:9db3838a7c2b365bff2996b31895f9dd7804711b82a6b9af6cffa4e0f08af905
[Serializable]public sealed class TilePrefabEntry{}Property: Id
Section titled “Property: Id”Original lines: 33-37
Declaration hash: sha256:9e737be5a70ebcb1e641d9a397d0feea7f0e068cb58943d3c34c4f8cbc592bb5
public string Id { get; set; }Property: DisplayName
Section titled “Property: DisplayName”Original lines: 43-47
Declaration hash: sha256:2b23402905074b34ff6bd25921a1c8172a80da4ebb179634ac727c2645c60c18
public string DisplayName { get; set; }Property: Tags
Section titled “Property: Tags”Original lines: 53-57
Declaration hash: sha256:14bcdfba9465c183b8134d7e0d46683d5efd2dc44cd48b54988592088cba9a3b
public List<string> Tags { get; set; }Property: Variants
Section titled “Property: Variants”Original lines: 64-68
Declaration hash: sha256:694cc796493948534b6e0b477c783951b282fa00762298f1baeae4d794e92bc5
public List<TilePrefabVariant> Variants { get; set; }