NewtonMaterialGetUserData

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

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