Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    NavigationBoundingBoxComponent Class

    Namespace: Stride.Navigation
    Assembly: Stride.Navigation.dll

    A three dimensional bounding box using the scale of the owning entity as the box extent. This is used to limit the area in which navigation meshes are generated

    System.Object → EntityComponent → NavigationBoundingBoxComponent
    Derived from NavigationBoundingBoxComponent:

    [DataContract]
    [DefaultEntityComponentProcessor(typeof(BoundingBoxProcessor), ExecutionMode = ExecutionMode.All)]
    [Display("Navigation bounding box", null)]
    [ComponentCategory("Navigation")]
    public class NavigationBoundingBoxComponent : EntityComponent, IIdentifiable
    Name Description
    Properties
    Size

    The size of one edge of the bounding box

    | Improve this Doc View Source

    Properties


    Size

    The size of one edge of the bounding box

    [DataMember(0)]
    public Vector3 Size { get; set; }
    Property Value
    Type Description
    Vector3

    Inherited Members

    EntityComponent.Entity
    EntityComponent.Id
    EntityComponent.EnsureEntity

    Extension Methods

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

    Back to top

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