Class WordStorage | Collections | 0.9.0-preview.6
docs.unity.cn
    Show / Hide Table of Contents

    Class WordStorage

    Inheritance
    Object
    WordStorage
    Namespace: Unity.Collections
    Syntax
    public class WordStorage : IDisposable

    Fields

    kMaxCharsPerEntry

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

    Properties

    Entries

    Declaration
    public int Entries { get; }
    Property Value
    Type Description
    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
    String value
    Returns
    Type Description
    Boolean

    Contains(NativeStringView)

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

    Dispose()

    Declaration
    public void Dispose()

    GetIndex(Int32, NativeStringView)

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

    GetNativeStringView(Int32)

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

    GetOrCreateIndex(NativeStringView)

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

    Setup()

    Declaration
    public static void Setup()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX