Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK


PtrList

Class
Read time 1 minuteLast updated a day ago

Inheritance
Inherited Members
Namespace: UnityEngine.Pixyz.Core
[Serializable]public class PtrList

Constructors

PtrList()

public PtrList()

PtrList(IntPtr[])

public PtrList(IntPtr[] tab)
Parameters

Type

Name

Description

IntPtr[]tab

PtrList(int)

public PtrList(int size)
Parameters

Type

Name

Description

intsize

Fields

length

public int length { get; }
Returns

Type

Description

int

this[int]

public IntPtr this[int index] { get; set; }
Returns

Type

Description

IntPtr

list

public IntPtr[] list
Returns

Type

Description

IntPtr[]

Operators

implicit operator IntPtr[](PtrList)

public static implicit operator IntPtr[](PtrList o)
Parameters

Type

Name

Description

PtrListo
Returns

Type

Description

IntPtr[]