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