PathEngine home previous: iMesh::shapeHasConnectedRegionPreprocess()next: iMesh::storeAnchor()
Contents, API Reference, Interfaces, iMesh, shapeHasPathfind6Preprocess

iMesh::shapeHasPathfind6Preprocess()

Description

A helper function for checking whether pathfinding queries are supported (with release 6 preprocess type) for a given shape (and collision context).

Syntax

bool shapeHasPathfind6Preprocess(const iShape& shape) const;

Parameters

shape Check if pathfinding is supported for this shape.

Return Value

true, if pathfinding is supported for the shape, otherwise false.

Remarks

(Refer to Obstacle Management for more information about preprocessed obstacle sets.)

See Also

iMesh::generatePathfindPreprocess6For(), iMesh::shapeCanCollide()

C# Mapping

bool shapeHasPathfind6Preprocess(Shape shape);

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iMesh::storeAnchor()