class MAGES::ExampleScene::TippingDetector¶
Overview¶
Detects if an object has tipped passed a certain threshold angle. More…
class TippingDetector: public MonoBehaviour { public: // properties bool IsTipping; };
Detailed Documentation¶
Detects if an object has tipped passed a certain threshold angle.
Properties¶
bool IsTipping
Gets a value indicating whether the object is currently tipping.