浏览代码

Add xmldoc

/3.1
Tim Mowrer 5 年前
当前提交
4dcdece6
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4
      Assets/Scenes/ARCollaborationData/NetworkBuffer.cs

4
Assets/Scenes/ARCollaborationData/NetworkBuffer.cs


using Unity.Collections;
using Unity.Collections.LowLevel.Unsafe;
/// <summary>
/// Sends and receives data using a fixed size byte[] buffer. Because the
/// buffer is reused, no additional GC allocations are made after construction.
/// </summary>
public struct NetworkBuffer
{
byte[] m_Buffer;

正在加载...
取消
保存