Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

ProfileBase

Class
Read time 1 minuteLast updated 18 hours ago

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

Constructors

ProfileBase(ProfileLoop[])

public ProfileBase(ProfileLoop[] tab)
Parameters

Type

Name

Description

ProfileLoop[]tab

ProfileBase(int)

public ProfileBase(int size)
Parameters

Type

Name

Description

intsize

Fields

length

public int length { get; }
Returns

Type

Description

int

this[int]

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

Type

Description

ProfileLoop

list

public ProfileLoop[] list
Returns

Type

Description

ProfileLoop[]

Operators

implicit operator ProfileLoop[](ProfileBase)

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

Type

Name

Description

ProfileBaseo
Returns

Type

Description

ProfileLoop[]