NewtonMaterialGetUserData

From Newton Wiki
Jump to: navigation, search

NewtonMaterialGetUserData

Syntax:

void* NewtonMaterialGetUserData (const NewtonWorld* newtonWorld, int id0, int id1);

Usage

Retrieves userData associated with this material.

Parameters

  • const NewtonWorld *newtonWorld - is the pointer to the Newton world.
  • int id0 - group id0.
  • int id1 - group id1.

See also