Show / Hide Table of Contents

Class AsyncReadManager

Inheritance
Object
AsyncReadManager
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Unity.IO.LowLevel.Unsafe
Assembly: UnityEngine.dll
Syntax
public static class AsyncReadManager

Methods

| Improve this Doc View Source

Read(String, ReadCommand*, UInt32)

Declaration
public static ReadHandle Read(string filename, ReadCommand*readCmds, uint readCmdCount)
Parameters
Type Name Description
String filename
ReadCommand* readCmds
UInt32 readCmdCount
Returns
Type Description
ReadHandle
  • Improve this Doc
  • View Source
Back to top Generated by DocFX