Class PageEntry
BMFont page entry — maps a page id to an atlas image filename.
public sealed record PageEntry : IEquatable<PageEntry>
- Inheritance
-
PageEntry
- Implements
- Inherited Members
Constructors
PageEntry(int, string)
BMFont page entry — maps a page id to an atlas image filename.
public PageEntry(int Id, string File)
Parameters
Properties
File
public string File { get; init; }
Property Value
Id
public int Id { get; init; }