space_ex v0.1.0 SpaceEx.Drawing.Line

A line.

Created using SpaceEx.Drawing.add_line/5.

Link to this section Summary

Functions

Set the color

End position of the line

Material used to render the object

Reference frame for the positions of the object

Start position of the line

Set the thickness

Whether the object is visible

Remove the object

End position of the line

Material used to render the object

Reference frame for the positions of the object

Start position of the line

Whether the object is visible

Link to this section Functions

Link to this function get_color(conn, this)

Set the color

Link to this function get_end(conn, this)

End position of the line.

Link to this function get_material(conn, this)

Material used to render the object.

Creates the material from a shader with the given name.

Link to this function get_reference_frame(conn, this)

Reference frame for the positions of the object.

Link to this function get_start(conn, this)

Start position of the line.

Link to this function get_thickness(conn, this)

Set the thickness

Link to this function get_visible(conn, this)

Whether the object is visible.

Link to this function remove(conn, this)

Remove the object.

Link to this function set_color(conn, this, value)

Set the color

Link to this function set_end(conn, this, value)

End position of the line.

Link to this function set_material(conn, this, value)

Material used to render the object.

Creates the material from a shader with the given name.

Link to this function set_reference_frame(conn, this, value)

Reference frame for the positions of the object.

Link to this function set_start(conn, this, value)

Start position of the line.

Link to this function set_thickness(conn, this, value)

Set the thickness

Link to this function set_visible(conn, this, value)

Whether the object is visible.