docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class EmojisContext

    A context that provides access to an EmojiDatabase for emoji-related features.

    Inheritance
    object
    EmojisContext
    Implements
    IContext
    IEquatable<EmojisContext>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.AppUI.Core
    Assembly: Unity.AppUI.dll
    Syntax
    public record EmojisContext : IContext, IEquatable<EmojisContext>

    Constructors

    EmojisContext(EmojiDatabase)

    A context that provides access to an EmojiDatabase for emoji-related features.

    Declaration
    public EmojisContext(EmojiDatabase database)
    Parameters
    Type Name Description
    EmojiDatabase database

    The EmojiDatabase instance to use.

    Properties

    IsValid

    Whether the context is valid, which requires a non-null database with at least one emoji.

    Declaration
    public bool IsValid { get; }
    Property Value
    Type Description
    bool

    database

    The emoji database containing the available emojis.

    Declaration
    public EmojiDatabase database { get; }
    Property Value
    Type Description
    EmojiDatabase

    Implements

    IContext
    IEquatable<T>
    In This Article
    Back to top
    Copyright © 2026 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)