Difference between revisions of "NewtonMaterialGetUserData"

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

Latest revision as of 08:02, 10 June 2019

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