PathEngine home previous: iPath::renderOnGround()next: Interface iExpanded2DObstacles
Contents, API Reference, Interfaces, iPath, size

iPath::size()

Description

Returns the number of points that comprise the path.

Syntax

int32_t size() const;

Return Value

The number of positions in the path.

C# Mapping

int size();

Java Mapping

int size();

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: Interface iExpanded2DObstacles