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