Class

RmfSolid

since: 0

Description [src]

final class Rmf.Solid : Rmf.MapObject
{
  /* No available fields */
}

An enclosed solid 3D space.

Available since: 0

Ancestors

Instance methods

rmf_solid_get_faces

Gets the faces which make up the solid.

since: 0

rmf_solid_get_n_faces

Gets the number of faces making up the solid.

since: 0

Methods inherited from RmfMapObject (6)
rmf_map_object_get_children

Gets the children of the object.

since: 0

rmf_map_object_get_color

Gets the object’s editor color.

since: 0

rmf_map_object_get_n_children

Gets the number of children belonging to the object.

since: 0

rmf_map_object_get_object_type

Gets the object’s type.

since: 0

rmf_map_object_get_visgroup_id

Gets the ID of the visgroup this object belongs to.

since: 0

rmf_map_object_load

Reads the object’s data from the loader.

since: 0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Rmf.Solid:faces

A collection of faces which make up the brush.

since: 0

Rmf.Solid:n-faces

The number of faces making up the brush.

since: 0

Properties inherited from RmfMapObject (5)
Rmf.MapObject:children

List of child objects.

since: 0

Rmf.MapObject:color

Editor color of the object.

since: 0

Rmf.MapObject:n-children

Number of child objects.

since: 0

Rmf.MapObject:object-type

The object’s type.

since: 0

Rmf.MapObject:visgroup-id

ID of the visgroup this object belongs to.

since: 0

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

unstable since: 2.0

Class structure

struct RmfSolidClass {
  RmfMapObjectClass parent_class;
  
}
No description available.
Class members
parent_class: RmfMapObjectClass
No description available.