• 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 WorldMesh

Describes a mesh with global coordinates.

Inheritance
System.Object
WorldMesh
Namespace: AlchemyBow.Navigation.HighLevel
Assembly: AlchemyBow.Navigation.dll
Syntax
public sealed class WorldMesh

Fields

| Improve this Doc View Source

triangleNormals

The normals of the Mesh traingles.

Declaration
public readonly Vector3[] triangleNormals
Field Value
Type Description
UnityEngine.Vector3[]

The normals of the Mesh traingles.

| Improve this Doc View Source

triangles

The triangles of the Mesh.

Declaration
public readonly int[] triangles
Field Value
Type Description
System.Int32[]

The triangles of the Mesh.

| Improve this Doc View Source

vertices

The vertices of the Mesh.

Declaration
public readonly Vector3[] vertices
Field Value
Type Description
UnityEngine.Vector3[]

The vertices of the Mesh.

Methods

| Improve this Doc View Source

Create(MeshFilter)

Creates the instance of the WorldMesh class.

Declaration
public static WorldMesh Create(MeshFilter meshFilter)
Parameters
Type Name Description
UnityEngine.MeshFilter meshFilter

A source of the mesh.

Returns
Type Description
WorldMesh

The instance of the NavigationSettings class

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