• Articles
  • Api Documentation
Show / Hide Table of Contents
  • AlchemyBow.Navigation
    • AlchemyNavigationSystem
    • BasicAgent
    • FacesHolder
    • NavigationAct
    • NavigationFaceWrapper
    • NavigationInfo
    • PathfindingRequest
    • PathfindingRequest.PathType
    • PathfindingRequest.Status
  • AlchemyBow.Navigation.BackgroundProcessing
    • BackgroundProcessor
    • BackgroundProcessor.States
    • BuildingProcess
    • IBackgroundCommand
    • PathfindingProcess
    • RegisterFaceCommand
    • UnregisterFaceCommand
  • AlchemyBow.Navigation.Collections
    • OrderedSet<T>
    • OrderedSetNode<T>
    • OrderedSetRangeComparer<T>
  • AlchemyBow.Navigation.DebugUnits
    • AlchemyNavigationSystemDebugUnit
    • CompositeSurfaceDrawer
    • GizmosSurfaceDrawer
    • ISurfaceDrawer
    • MinimalGizmosSurfaceDrawer
  • AlchemyBow.Navigation.HighLevel
    • MeshBasedBake
    • MeshBasedBakeGroup
    • MeshBasedBakeSettings
    • WorldMesh
  • AlchemyBow.Navigation.PropertyAttributes
    • AreaIndexAttribute
    • AreaMaskAttribute
    • LayerIndexAttribute
  • AlchemyBow.Navigation.Settings
    • AlchemyNavigationSettingsPreset
    • NavigationAreaSettings
    • NavigationLayerSettings
    • NavigationSettings
  • AlchemyBow.Navigation.Simple
    • SimpleAgent
  • AlchemyBow.Navigation.Simple.Elements
    • AvoidanceGroup
    • AvoidanceModifier
    • CachedFace
    • ISteeredBehaviour
    • MovementModifier
    • PathProgress
  • AlchemyBow.Navigation.Surfaces
    • Edge
    • Face
    • FacesByMagnitudeRangeComparer
    • NavigationSurface
    • SurfaceRaycastHit
    • Usage<TUser>
    • UsageTrackingObject<TUser>
    • Vertex
    • VertexByPositionComparer
  • AlchemyBow.Navigation.Surfaces.SafeAccess
    • IImmutableFace
    • SurfaceImmutableRaycastHit
  • AlchemyBow.Navigation.Utilities
    • ChannelUnwrapper
    • FaceAStar
    • FaceStarUnit
    • Funnel
    • ICommand

Class MeshBasedBakeSettings

Describes the settings of a baking process.

Inheritance
System.Object
MeshBasedBakeSettings
Namespace: AlchemyBow.Navigation.HighLevel
Assembly: AlchemyBow.Navigation.dll
Syntax
[Serializable]
public sealed class MeshBasedBakeSettings

Fields

| Improve this Doc View Source

connectionRadius

The maximum distance between vertices to be counted as one vertex.

Declaration
[Range(1E-05F, 1F)]
public float connectionRadius
Field Value
Type Description
System.Single

The maximum distance between vertices to be counted as one vertex.

| Improve this Doc View Source

maxSlope

Maximum angle between Upwards and the normal of face.

Declaration
[Range(0F, 180F)]
public float maxSlope
Field Value
Type Description
System.Single

Maximum angle between Upwards and the normal of face.

| Improve this Doc View Source

upwards

The upwards direction.

Declaration
public Vector3 upwards
Field Value
Type Description
UnityEngine.Vector3

The upwards direction.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX