Class that governs all physics objects that can be grabbed. More...
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. | |
Data Fields inherited from PhysicsObject | |
Collider2D | collider |
Rigidbody2D | rb |
PhysicsObjectType | physicsObjectType |
Protected Attributes inherited from PhysicsObject | |
Outline2D | _outline |
Class that governs all physics objects that can be grabbed.