Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    ContainmentType Enum

    Namespace: Stride.Core.Mathematics
    Assembly: Stride.Core.Mathematics.dll

    Describes how one bounding volume contains another.

    public enum ContainmentType

    Fields

    Name Description
    Contains

    One bounding volume completely contains another.

    Disjoint

    The two bounding volumes don't intersect at all.

    Intersects

    The two bounding volumes overlap.

    Extension Methods

    ComponentBaseExtensions.DisposeBy<ContainmentType>(ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<ContainmentType>(ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation