Class AABBExtensions | Entities | 0.3.0-preview.4
docs.unity.cn
    Show / Hide Table of Contents

    Class AABBExtensions

    Inheritance
    Object
    AABBExtensions
    Namespace: Unity.Mathematics
    Syntax
    public static class AABBExtensions

    Methods

    ToAABB(Bounds)

    Declaration
    public static AABB ToAABB(this Bounds bounds)
    Parameters
    Type Name Description
    Bounds bounds
    Returns
    Type Description
    AABB

    ToBounds(AABB)

    Declaration
    public static Bounds ToBounds(this AABB aabb)
    Parameters
    Type Name Description
    AABB aabb
    Returns
    Type Description
    Bounds
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX