PtrList
Class
Read time 1 minuteLast updated 8 months ago
Inheritance
- object
- PtrList
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 |
|---|---|---|
| int | size |
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 |
|---|---|---|
| PtrList | o |
Returns
Type | Description |
|---|---|
| IntPtr[] |