Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK


Matrix4List

Class
Read time 1 minuteLast updated a day ago

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

Constructors

Matrix4List(Matrix4[])

public Matrix4List(Matrix4[] tab)
Parameters

Type

Name

Description

Matrix4[]tab

Matrix4List(int)

public Matrix4List(int size)
Parameters

Type

Name

Description

intsize

Fields

length

public int length { get; }
Returns

Type

Description

int

this[int]

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

Type

Description

Matrix4

list

public Matrix4[] list
Returns

Type

Description

Matrix4[]

Operators

implicit operator Matrix4[](Matrix4List)

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

Type

Name

Description

Matrix4Listo
Returns

Type

Description

Matrix4[]