Class: SDC::CollisionShape
- Inherits:
-
Object
- Object
- SDC::CollisionShape
- Defined in:
- engine_docs/automatic_doc_CollisionShape.rb,
engine_docs/automatic_doc_CollisionShape.rb
Overview
Abstract class for any shape with collision properties
Instance Attribute Summary collapse
-
#offset ⇒ Coordinates
Offset vector of the collision shape.
-
#origin ⇒ Coordinates
Origin vector of the collision shape.
Instance Method Summary collapse
-
#initialize ⇒ Object
constructor
Default constructor for each collision shape.
Constructor Details
#initialize ⇒ Object
Default constructor for each collision shape
|
# File 'engine_docs/automatic_doc_CollisionShape.rb', line 9
|
Instance Attribute Details
#offset ⇒ Coordinates
Offset vector of the collision shape
|
# File 'engine_docs/automatic_doc_CollisionShape.rb', line 13
|
#origin ⇒ Coordinates
Origin vector of the collision shape
|
# File 'engine_docs/automatic_doc_CollisionShape.rb', line 17
|