Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK


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

Type

Name

Description

StylizedLine[]tab

StylizedLineList(int)

public StylizedLineList(int size)
Parameters

Type

Name

Description

intsize

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

StylizedLineListo
Returns

Type

Description

StylizedLine[]