Documentation

​
​

Development

User Acquisition

Monetization

Industry

Asset Transformer SDK

2026.1

Supported
​

User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

2026.1

Supported
​

Asset Transformer SDK
​
​
UnityEngine.Pixyz
  • UnityEngine.Pixyz.API
  • UnityEngine.Pixyz.Algo
  • UnityEngine.Pixyz.CAD
  • UnityEngine.Pixyz.Core
  • UnityEngine.Pixyz.Geom
    • AABB
    • AABR
    • Affine
    • Array3
    • Array4
    • Axis
    • AxisPlane
    • CameraCalibration
    • Curvatures
    • CurvaturesList
    • DecomposeTransformReturn
    • DistanceList
    • ExtendedBox
    • FromLookAtMatrixReturn
    • GeomInterface
    • MBB
    • Matrix3
    • Matrix4
    • Matrix4List
    • Matrix4ListList
    • OBB
    • OrientationList
    • Point2
    • Point2List
    • Point2ListList
    • Point3
    • Point3List
    • Point3ListList
    • Point4
    • Point4List
    • Quaternion
    • Ray
    • Vector2
    • Vector3
    • Vector3List
    • Vector4
    • Vector4I
    • Vector4IList
    • Vector4List
  • UnityEngine.Pixyz.IO
  • UnityEngine.Pixyz.Material
  • UnityEngine.Pixyz.Polygonal
  • UnityEngine.Pixyz.Raytrace
  • UnityEngine.Pixyz.Scene
  • UnityEngine.Pixyz.Unity
  • UnityEngine.Pixyz.View
  1. Asset Transformer SDK (ex Pixyz)

Point3ListList

Class
Read time 1 minute
Last updated 9 months ago

Inheritance
  • object
  • Point3ListList

Inherited Members
  • Equals(object)
  • Equals(object, object)
  • GetHashCode()
  • GetType()
  • MemberwiseClone()
  • ReferenceEquals(object, object)
  • ToString()

Namespace: UnityEngine.Pixyz.Geom
[Serializable]public class Point3ListList

Constructors

Point3ListList(Point3List[])

public Point3ListList(Point3List[] tab)
Parameters

Type

Name

Description

Point3List[]tab

Point3ListList(int)

public Point3ListList(int size)
Parameters

Type

Name

Description

intsize

Fields

length

public int length { get; }
Returns

Type

Description

int

this[int]

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

Type

Description

Point3List

list

public Point3List[] list
Returns

Type

Description

Point3List[]

Operators

implicit operator Point3List[](Point3ListList)

public static implicit operator Point3List[](Point3ListList o)
Parameters

Type

Name

Description

Point3ListListo
Returns

Type

Description

Point3List[]

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.

  • On this page
    • Constructors

      • Point3ListList(Point3List[])

      • Point3ListList(int)

    • Fields

      • length

      • this[int]

      • list

    • Operators

      • implicit operator Point3List[](Point3ListList)


Report a problem with this page