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