NewtonBodyGetFreezeState

From Newton Wiki
Revision as of 08:02, 10 June 2019 by Unknown user (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

NewtonBodyGetFreezeState

API int NewtonBodyGetFreezeState(const NewtonBody* body);

Usage

Get the Freeze state of the body.

Parameters

  • const NewtonBody *bodyPtr - is the pointer to the body.

Return

  • Tells you, if the body is in Freeze state.

See also

NewtonBodyGetSleepState NewtonBodyGetAutoSleep NewtonBodySetAutoSleep NewtonBodySetFreezeState