{!See https://docs.google.com/document/d/1takg_GmIBBKKTj-GHZCwzxohpQz7Bhekivkk72kYMtE/edit for reference implementation of OneTrust, dataLayer and GTM} {!OneTrust Cookies Consent} {!OneTrust Cookies Consent end} {!dataLayer initialization push} {!dataLayer initialization push end} {!Google Tag Manager} {!Google Tag Manager end} Struct Unicode.Rune | Collections | 2.3.0-pre.3
docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct Unicode.Rune

    Representation of a Unicode character as a code point.

    Namespace: Unity.Collections
    Assembly: solution.dll
    Syntax
    public struct Unicode.Rune

    Constructors

    Name Description
    Rune(int)

    Initializes and returns an instance of Rune.

    Fields

    Name Description
    value

    The code point.

    Methods

    Name Description
    Equals(object)

    Returns true if the value stored in this Rune is equal to an object.

    GetHashCode()

    A hash used for comparisons.

    IsDigit(Rune)

    Returns true if a rune is a numerical digit character.

    LengthInUtf8Bytes()

    Returns the number of bytes required to encode this rune as UTF-8.

    Operators

    Name Description
    operator ==(Rune, Rune)

    Evaluates if one is equal to the other.

    implicit operator Rune(char)

    Returns a rune.

    operator !=(Rune, Rune)

    Evaluates if one is not equal to the other.

    In This Article
    Back to top
    Copyright © 2023 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)