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