Class TextItemPacket
Inheritance
TextItemPacket
Assembly: SlipeServer.Packets.dll
Syntax
public sealed class TextItemPacket : Packet
Constructors
|
Edit this page
View Source
TextItemPacket(ulong)
Declaration
public TextItemPacket(ulong id)
Parameters
Type |
Name |
Description |
ulong |
id |
|
|
Edit this page
View Source
TextItemPacket(ulong, Vector2, string, float, Color?, byte, byte)
Declaration
public TextItemPacket(ulong id, Vector2 position, string text, float scale = 1, Color? color = null, byte format = 0, byte shadowAlpha = 255)
Parameters
Properties
|
Edit this page
View Source
Color
Declaration
public Color Color { get; set; }
Property Value
|
Edit this page
View Source
Format
Declaration
public byte Format { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
public ulong Id { get; set; }
Property Value
|
Edit this page
View Source
IsDelete
Declaration
public bool IsDelete { get; set; }
Property Value
|
Edit this page
View Source
PacketId
Declaration
public override PacketId PacketId { get; }
Property Value
Overrides
|
Edit this page
View Source
Position
Declaration
public Vector2 Position { get; set; }
Property Value
|
Edit this page
View Source
Priority
Declaration
public override PacketPriority Priority { get; }
Property Value
Overrides
|
Edit this page
View Source
Reliability
Declaration
public override PacketReliability Reliability { get; }
Property Value
Overrides
|
Edit this page
View Source
Scale
Declaration
public float Scale { get; set; }
Property Value
|
Edit this page
View Source
ShadowAlpha
Declaration
public byte ShadowAlpha { get; set; }
Property Value
|
Edit this page
View Source
Text
Declaration
public string Text { get; set; }
Property Value
Methods
|
Edit this page
View Source
Read(byte[])
Declaration
public override void Read(byte[] bytes)
Parameters
Type |
Name |
Description |
byte[] |
bytes |
|
Overrides
|
Edit this page
View Source
Write()
Declaration
public override byte[] Write()
Returns
Overrides