Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

AABR

Class
Read time 1 minuteLast updated 18 hours ago

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

Constructors

AABR()

public AABR()

AABR(AABR)

public AABR(AABR o)
Parameters

Type

Name

Description

AABRo

Fields

low

public Point2 low
Returns

Type

Description

Point2

high

public Point2 high
Returns

Type

Description

Point2