Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

AABB

Class
Read time 1 minuteLast updated 20 hours ago

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

Constructors

AABB()

public AABB()

AABB(AABB)

public AABB(AABB o)
Parameters

Type

Name

Description

AABBo

Fields

low

public Point3 low
Returns

Type

Description

Point3

high

public Point3 high
Returns

Type

Description

Point3