PathEngine home | previous: | next: |
Retrieve named positions stored with this mesh.
cPosition retrieveAnchor(const char* id, int32_t& orientation) const; |
id |
Content ID for the position to retrieve. This pointer is not retained after the method exits and may subsequently be safely deleted. | ||
orientation |
If an anchor is found with the given id then the orientation is returned via this parameter. See |
If an anchor has been stored with this mesh with the given id then that position is returned.
Otherwise an explicitly invalid position is returned. (i.e. cell is set to -1)
PathEngine.Position retrieveAnchor(string id, out int orientation); |
Position retrieveAnchor(String id, int_OutArgument orientation); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |