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

A unique object that allows you to unregister faces from the system.

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

Constructors

| Improve this Doc View Source

NavigationFaceWrapper(Int32, Single, Int32)

Creates a new instance of the NavigationFaceWrapper class.

Declaration
public NavigationFaceWrapper(int layerIndex, float weight, int areaMask)
Parameters
Type Name Description
System.Int32 layerIndex

The index of the layer that contains the face.

System.Single weight

The weight of the face.

System.Int32 areaMask

The index of the area to which the face belongs in the form of a mask.

Fields

| Improve this Doc View Source

areaMask

The index of the area to which the face belongs in the form of a mask.

Declaration
public readonly int areaMask
Field Value
Type Description
System.Int32

The index of the area to which the face belongs in the form of a mask.

| Improve this Doc View Source

layerIndex

The index of the layer that contains the face.

Declaration
public readonly int layerIndex
Field Value
Type Description
System.Int32

The index of the layer that contains the face

| Improve this Doc View Source

weight

The weight of the face.

Declaration
public readonly float weight
Field Value
Type Description
System.Single

The weight of the layer that contains the face

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