Struct
RmfPathNode
since: 0
Description [src]
struct RmfPathNode {
RmfVector position;
rmf_int index;
None name_override;
GArray* keyvalues;
}
A node making up an RmfPath.
Structure members
positionThe node’s position in the world.
indexThe node’s index in the path.
name_overrideDisplay name to use instead of an auto-generated one.
keyvaluesThe node’s key-value pairs.
Available since: 0