MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / getUserObject

Method getUserObject

Engine/source/materials/matInstance.h:77–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 virtual bool isHardwareSkinned() const { return mIsHardwareSkinned; }
76 virtual void setUserObject( SimObject *userObject ) { mUserObject = userObject; }
77 virtual SimObject* getUserObject() const { return mUserObject; }
78 virtual Material *getMaterial() { return mMaterial; }
79 virtual bool hasGlow();
80 virtual bool hasAccumulation();

Callers 4

initMethod · 0.80
initMethod · 0.80
PrePassMatInstanceMethod · 0.80
GlowMaterialHookMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected