Difference between revisions of "NewtonBodyGetFreezeState"

From Newton Wiki
Jump to: navigation, search
 
m (1 revision imported)
(No difference)

Revision as of 08:02, 10 June 2019

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