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