Table of Contents

Class PageEntry

Namespace
KernSmith.Output.Model
Assembly
KernSmith.dll

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

Id int
File string

Properties

File

public string File { get; init; }

Property Value

string

Id

public int Id { get; init; }

Property Value

int