Skip to content

GameboardActorNavigationOptions

Defined in: src/actors/actors.ts:174

Actor-aware navigation options layered on top of a navigation profile.

optional baseProfile?: GameboardNavigationProfile

Defined in: src/actors/actors.ts:176

Base navigation profile to extend with actor collision behavior.


optional blockingPlacementKinds?: readonly GameboardPlacementKind[]

Defined in: src/actors/actors.ts:132

Placement kinds that should block actor movement.

GameboardActorCollisionProfile.blockingPlacementKinds


optional blockingPlacementLayers?: readonly GameboardPlacementLayer[]

Defined in: src/actors/actors.ts:134

Placement layers that should block actor movement.

GameboardActorCollisionProfile.blockingPlacementLayers


optional ignorePlacementIds?: readonly string[]

Defined in: src/actors/actors.ts:136

Placement ids ignored during collision checks.

GameboardActorCollisionProfile.ignorePlacementIds


optional treatHostileAsBlocking?: boolean

Defined in: src/actors/actors.ts:138

Treat hostile actors as movement blockers.

GameboardActorCollisionProfile.treatHostileAsBlocking


optional treatInteractiveAsBlocking?: boolean

Defined in: src/actors/actors.ts:140

Treat interactive actors as movement blockers.

GameboardActorCollisionProfile.treatInteractiveAsBlocking


optional treatPropsAsBlocking?: boolean

Defined in: src/actors/actors.ts:142

Treat prop actors as movement blockers.

GameboardActorCollisionProfile.treatPropsAsBlocking