ByteList
Class
Read time 1 minuteLast updated 18 hours ago
Inheritance
Inherited Members
Namespace: UnityEngine.Pixyz.Core
[Serializable]public class ByteList
Constructors
ByteList()
ByteList(byte[])
public ByteList(byte[] tab)
Parameters
ByteList(int)
public ByteList(int size)
Parameters
Type | Name | Description |
|---|
| int | size | |
Fields
length
public int length { get; }
Returns
this[int]
public byte this[int index] { get; set; }
Returns
list
Returns
Operators
implicit operator byte[](ByteList)
public static implicit operator byte[](ByteList o)
Parameters
Returns