文档

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK


AABB

Class
阅读时间1 分钟最后更新于 5 天前

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