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

Describes the command to register a face to a surface.

Inheritance
System.Object
RegisterFaceCommand
Implements
ICommand
Namespace: AlchemyBow.Navigation.BackgroundProcessing
Assembly: AlchemyBow.Navigation.dll
Syntax
public sealed class RegisterFaceCommand : ICommand

Constructors

| Improve this Doc View Source

RegisterFaceCommand(Vector3, Vector3, Vector3, NavigationSurface, NavigationFaceWrapper)

Creates a new instance of the RegisterFaceCommand class.

Declaration
public RegisterFaceCommand(Vector3 a, Vector3 b, Vector3 c, NavigationSurface surface, NavigationFaceWrapper handle)
Parameters
Type Name Description
UnityEngine.Vector3 a

Point a of the triangle.

UnityEngine.Vector3 b

Point b of the triangle.

UnityEngine.Vector3 c

Point c of the triangle.

NavigationSurface surface

The target surface.

NavigationFaceWrapper handle

The face handle.

Methods

| Improve this Doc View Source

Execute()

Executes the command.

Declaration
public void Execute()

Implements

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