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

Describes the tasks of the process and what to do when finished.

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

Constructors

| Improve this Doc View Source

BuildingProcess(Queue<ICommand>, Action)

Creates a new instance of the BuildingProcess class.

Declaration
public BuildingProcess(Queue<ICommand> commands, Action onJoin)
Parameters
Type Name Description
System.Collections.Generic.Queue<ICommand> commands

The tasks to be perform.

System.Action onJoin

What to do when finished.

Methods

| Improve this Doc View Source

Execute()

Executes all commands.

Declaration
public void Execute()
| Improve this Doc View Source

OnJoin()

Invokes the final task.

Declaration
public void OnJoin()

Implements

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