Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

OrientationList

Class
Read time 1 minuteLast updated 18 hours ago

Inheritance
Inherited Members
Namespace: UnityEngine.Pixyz.Geom
[Serializable]public class OrientationList

Constructors

OrientationList()

public OrientationList()

OrientationList(bool[])

public OrientationList(bool[] tab)
Parameters

Type

Name

Description

bool[]tab

OrientationList(int)

public OrientationList(int size)
Parameters

Type

Name

Description

intsize

Fields

length

public int length { get; }
Returns

Type

Description

int

this[int]

public bool this[int index] { get; set; }
Returns

Type

Description

bool

list

public bool[] list
Returns

Type

Description

bool[]

Operators

implicit operator bool[](OrientationList)

public static implicit operator bool[](OrientationList o)
Parameters

Type

Name

Description

OrientationListo
Returns

Type

Description

bool[]