Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK


TessellatedShapeList

Class
Read time 1 minuteLast updated 10 hours ago

Inheritance
Inherited Members
Namespace: UnityEngine.Pixyz.Scene
[Serializable]public class TessellatedShapeList

Constructors

TessellatedShapeList()

public TessellatedShapeList()

TessellatedShapeList(uint[])

public TessellatedShapeList(uint[] tab)
Parameters

Type

Name

Description

uint[]tab

TessellatedShapeList(int)

public TessellatedShapeList(int size)
Parameters

Type

Name

Description

intsize

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[](TessellatedShapeList)

public static implicit operator uint[](TessellatedShapeList o)
Parameters

Type

Name

Description

TessellatedShapeListo
Returns

Type

Description

uint[]