MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / newTransformCons

Function newTransformCons

Engine/source/afx/afxConstraint.cpp:312–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310}
311
312inline afxTransformConstraint* newTransformCons(afxConstraintMgr* mgr, bool hist)
313{
314 return (hist) ? new afxTransformHistConstraint(mgr) : new afxTransformConstraint(mgr);
315}
316
317inline afxShapeConstraint* newShapeCons(afxConstraintMgr* mgr, bool hist)
318{

Callers 2

setReferenceTransformMethod · 0.85
create_constraintMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected