NewtonBodyGetFreezeState

From Newton Wiki
Revision as of 08:02, 10 June 2019 by WikiSysop (talk | contribs) (1 revision imported)
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