GameboardActorNavigationOptions
Defined in: src/actors/actors.ts:174
Actor-aware navigation options layered on top of a navigation profile.
Extends
Section titled “Extends”Properties
Section titled “Properties”baseProfile?
Section titled “baseProfile?”
optionalbaseProfile?:GameboardNavigationProfile
Defined in: src/actors/actors.ts:176
Base navigation profile to extend with actor collision behavior.
blockingPlacementKinds?
Section titled “blockingPlacementKinds?”
optionalblockingPlacementKinds?: readonlyGameboardPlacementKind[]
Defined in: src/actors/actors.ts:132
Placement kinds that should block actor movement.
Inherited from
Section titled “Inherited from”GameboardActorCollisionProfile.blockingPlacementKinds
blockingPlacementLayers?
Section titled “blockingPlacementLayers?”
optionalblockingPlacementLayers?: readonlyGameboardPlacementLayer[]
Defined in: src/actors/actors.ts:134
Placement layers that should block actor movement.
Inherited from
Section titled “Inherited from”GameboardActorCollisionProfile.blockingPlacementLayers
ignorePlacementIds?
Section titled “ignorePlacementIds?”
optionalignorePlacementIds?: readonlystring[]
Defined in: src/actors/actors.ts:136
Placement ids ignored during collision checks.
Inherited from
Section titled “Inherited from”GameboardActorCollisionProfile.ignorePlacementIds
treatHostileAsBlocking?
Section titled “treatHostileAsBlocking?”
optionaltreatHostileAsBlocking?:boolean
Defined in: src/actors/actors.ts:138
Treat hostile actors as movement blockers.
Inherited from
Section titled “Inherited from”GameboardActorCollisionProfile.treatHostileAsBlocking
treatInteractiveAsBlocking?
Section titled “treatInteractiveAsBlocking?”
optionaltreatInteractiveAsBlocking?:boolean
Defined in: src/actors/actors.ts:140
Treat interactive actors as movement blockers.
Inherited from
Section titled “Inherited from”GameboardActorCollisionProfile.treatInteractiveAsBlocking
treatPropsAsBlocking?
Section titled “treatPropsAsBlocking?”
optionaltreatPropsAsBlocking?:boolean
Defined in: src/actors/actors.ts:142
Treat prop actors as movement blockers.