Show / Hide Table of Contents

Class Emote

Graphical emoticons (i.e. speech bubbles)

Inheritance
System.Object
Emote
Namespace: Mannequin.Bindings
Assembly: Collapse.dll
Syntax
public class Emote : object

Constructors

Emote(String)

Find an emote by its ID

Declaration
public Emote(string emoteID)
Parameters
Type Name Description
System.String emoteID

The ID of the emote

Emote(String, Texture)

Create/overwrite and inject a new emote

Declaration
public Emote(string emoteID, Texture texture)
Parameters
Type Name Description
System.String emoteID

The ID of the new emote

Texture texture

The texture of the new emote

Properties

ID

Declaration
public string ID { get; }
Property Value
Type Description
System.String

Texture

The texture associated with this emote

Declaration
public Texture Texture { get; }
Property Value
Type Description
Texture
Back to top © 2020 Anarkis Gaming. All rights reserved. Generated by DocFX