Class: SDC::DrawShapePoint
- 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
- 
  
    
      #get_from(collision_shape)  ⇒ nil 
    
    
  
  
  
  
  
  
  
  
  
    Copies properties from the given shape to this shape. 
- 
  
    
      #initialize  ⇒ DrawShapePoint 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    Creates an empty point shape. 
Methods inherited from DrawShape
Constructor Details
#initialize ⇒ DrawShapePoint
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
|  | # File 'engine_docs/automatic_doc_DrawShapePoint.rb', line 14
 |