Class NavigationBoundingBoxComponent
- 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
[DataContract]
[DefaultEntityComponentProcessor(typeof(BoundingBoxProcessor), ExecutionMode = ExecutionMode.All)]
[Display("Navigation bounding box", null)]
[ComponentCategory("Navigation")]
public class NavigationBoundingBoxComponent : EntityComponent, IIdentifiable
- Inheritance
-
NavigationBoundingBoxComponent
- Implements
- Inherited Members
Properties
Size
The size of one edge of the bounding box
[DataMember(0)]
public Vector3 Size { get; set; }