Class Kaomoji
Kaomoji renderer
Inheritance
object
Kaomoji
Implements
Namespace: Terminaux.Writer.CyclicWriters
Assembly: Terminaux.dll
Syntax
public class Kaomoji : IStaticRenderable
Constructors
| Edit this page View SourceKaomoji(KaomojiCategory, KaomojiSubcategory, int)
Makes a new kaomoji instance
Declaration
public Kaomoji(KaomojiCategory category, KaomojiSubcategory subcategory, int idx)
Parameters
Type | Name | Description |
---|---|---|
KaomojiCategory | category | Kaomoji category |
KaomojiSubcategory | subcategory | Kaomoji subcategory |
int | idx | Kaomoji index |
Methods
| Edit this page View SourceRender()
Renders kaomoji
Declaration
public string Render()
Returns
Type | Description |
---|---|
string | A string representation of the kaomoji |