Class: SDC::DrawShapePoint

Inherits:
DrawShape show all
Defined in:
engine_docs/automatic_doc_DrawShapePoint.rb,
engine_docs/automatic_doc_DrawShapePoint.rb

Overview

Drawing shape class for a single point

Instance Attribute Summary

Attributes inherited from DrawShape

#fill_color, #origin, #outline_color, #outline_thickness, #position, #rotation, #scale, #texture_rect

Instance Method Summary collapse

Methods inherited from DrawShape

#link_texture

Constructor Details

#initializeDrawShapePoint

Creates an empty point shape



# File 'engine_docs/automatic_doc_DrawShapePoint.rb', line 9

Instance Method Details

#get_from(collision_shape) ⇒ nil

Copies properties from the given shape to this shape

Parameters:

  • collision_shape

    CollisionShapePoint

Returns:

  • (nil)


# File 'engine_docs/automatic_doc_DrawShapePoint.rb', line 14