Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

ProfileBaseList

Class
Read time 1 minuteLast updated 18 hours ago

Inheritance
Inherited Members
Namespace: UnityEngine.Pixyz.CAD
[Serializable]public class ProfileBaseList

Constructors

ProfileBaseList(ProfileBase[])

public ProfileBaseList(ProfileBase[] tab)
Parameters

Type

Name

Description

ProfileBase[]tab

ProfileBaseList(int)

public ProfileBaseList(int size)
Parameters

Type

Name

Description

intsize

Fields

length

public int length { get; }
Returns

Type

Description

int

this[int]

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

Type

Description

ProfileBase

list

public ProfileBase[] list
Returns

Type

Description

ProfileBase[]

Operators

implicit operator ProfileBase[](ProfileBaseList)

public static implicit operator ProfileBase[](ProfileBaseList o)
Parameters

Type

Name

Description

ProfileBaseListo
Returns

Type

Description

ProfileBase[]