Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

BoolList

Class
Read time 1 minuteLast updated 21 hours ago

Inheritance
Inherited Members
Namespace: UnityEngine.Pixyz.Core
[Serializable]public class BoolList

Constructors

BoolList()

public BoolList()

BoolList(bool[])

public BoolList(bool[] tab)
Parameters

Type

Name

Description

bool[]tab

BoolList(int)

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

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

Type

Name

Description

BoolListo
Returns

Type

Description

bool[]