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
position

The node’s position in the world.

index

The node’s index in the path.

name_override

Display name to use instead of an auto-generated one.

keyvalues

The node’s key-value pairs.

Available since: 0

Instance methods

rmf_path_node_copy
No description available.

since: 0

rmf_path_node_free
No description available.

since: 0