Show / Hide Table of Contents

Struct TextItem

Represents a 2d text item displayed on the client's screen.

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: SlipeServer.Server.Concepts
Assembly: SlipeServer.Server.dll
Syntax
public readonly struct TextItem

Constructors

| Edit this page View Source

TextItem(ulong)

Declaration
public TextItem(ulong id)
Parameters
Type Name Description
ulong id

Properties

| Edit this page View Source

Id

Declaration
public ulong Id { get; init; }
Property Value
Type Description
ulong
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX