Struct

RmfVisgroup

since: 0

Description [src]

struct RmfVisgroup {
  None name;
  RmfColor color;
  rmf_int visgroup_id;
  bool visible;
}

A named group of objects which can be hidden in the editor.

Structure members
name

Display name of the group.

color

Color used for the group.

visgroup_id

Internal ID number.

visible

Whether the group is visible or not.

Available since: 0

Instance methods

rmf_visgroup_copy
No description available.

since: 0

rmf_visgroup_free
No description available.

since: 0