Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

ByteList

Class
Read time 1 minuteLast updated 18 hours ago

Inheritance
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

intsize

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

ByteListo
Returns

Type

Description

byte[]