Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

Matrix4ListList

Class
Read time 1 minuteLast updated 21 hours ago

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

Constructors

Matrix4ListList(Matrix4List[])

public Matrix4ListList(Matrix4List[] tab)
Parameters

Type

Name

Description

Matrix4List[]tab

Matrix4ListList(int)

public Matrix4ListList(int size)
Parameters

Type

Name

Description

intsize

Fields

length

public int length { get; }
Returns

Type

Description

int

this[int]

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

Type

Description

Matrix4List

list

public Matrix4List[] list
Returns

Type

Description

Matrix4List[]

Operators

implicit operator Matrix4List[](Matrix4ListList)

public static implicit operator Matrix4List[](Matrix4ListList o)
Parameters

Type

Name

Description

Matrix4ListListo
Returns

Type

Description

Matrix4List[]