Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

InheritableBoolList

Class
Read time 1 minuteLast updated 21 hours ago

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

Constructors

InheritableBoolList(InheritableBool[])

public InheritableBoolList(InheritableBool[] tab)
Parameters

Type

Name

Description

InheritableBool[]tab

InheritableBoolList(int)

public InheritableBoolList(int size)
Parameters

Type

Name

Description

intsize

Fields

length

public int length { get; }
Returns

Type

Description

int

this[int]

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

Type

Description

InheritableBool

list

public InheritableBool[] list
Returns

Type

Description

InheritableBool[]

Operators

implicit operator InheritableBool[](InheritableBoolList)

public static implicit operator InheritableBool[](InheritableBoolList o)
Parameters

Type

Name

Description

InheritableBoolListo
Returns

Type

Description

InheritableBool[]