MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / setSample

Method setSample

physx/samples/samplebase/SampleStepper.h:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 PhysXSample& getSample() { return *mSample; }
60 const PhysXSample& getSample() const { return *mSample; }
61 void setSample(PhysXSample* sample) { mSample = sample; }
62
63protected:
64 PhysXSample* mSample;

Callers 1

PhysXSampleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected