Class WordStorage | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class WordStorage

    Inheritance
    System.Object
    WordStorage
    Namespace: Unity.Entities
    Syntax
    public class WordStorage : IDisposable

    Fields

    kMaxCharsPerEntry

    Declaration
    public const int kMaxCharsPerEntry = 4096
    Field Value
    Type Description
    System.Int32

    Properties

    Entries

    Declaration
    public int Entries { get; }
    Property Value
    Type Description
    System.Int32

    Instance

    Declaration
    public static WordStorage Instance { get; set; }
    Property Value
    Type Description
    WordStorage

    Methods

    Contains(String)

    Declaration
    public bool Contains(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    System.Boolean

    Contains(NativeStringView)

    Declaration
    public bool Contains(NativeStringView value)
    Parameters
    Type Name Description
    NativeStringView value
    Returns
    Type Description
    System.Boolean

    Dispose()

    Declaration
    public void Dispose()

    GetIndex(Int32, NativeStringView)

    Declaration
    public int GetIndex(int h, NativeStringView temp)
    Parameters
    Type Name Description
    System.Int32 h
    NativeStringView temp
    Returns
    Type Description
    System.Int32

    GetNativeStringView(Int32)

    Declaration
    public NativeStringView GetNativeStringView(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    NativeStringView

    GetOrCreateIndex(NativeStringView)

    Declaration
    public int GetOrCreateIndex(NativeStringView value)
    Parameters
    Type Name Description
    NativeStringView value
    Returns
    Type Description
    System.Int32

    Setup()

    Declaration
    public static void Setup()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023