Provide a parent class to all objects that have a special interaction with the gravity gun. More...
Data Structures | |
class | GravEvents |
Data Fields | |
GravEvents | gravEvents |
Data Fields inherited from PhysicsObject | |
Collider2D | collider |
Rigidbody2D | rb |
PhysicsObjectType | physicsObjectType |
Additional Inherited Members | |
Public Member Functions inherited from PhysicsObject | |
virtual void | ChangeOutlineColor (Color color) |
Changes the color of the outline, but doesnt enable it. | |
virtual void | EnableTarget () |
Enables the outline of the object. | |
virtual void | DisableTarget () |
Disables the outline of the object. | |
Protected Attributes inherited from PhysicsObject | |
Outline2D | _outline |
Provide a parent class to all objects that have a special interaction with the gravity gun.
GravEvents GravSpecialObject.gravEvents |