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

Method GuiFilterCtrl

Engine/source/gui/editor/guiFilterCtrl.cpp:41–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 "@internal");
40
41GuiFilterCtrl::GuiFilterCtrl()
42{
43 mControlPointRequest = 7;
44 mFilter.setSize(7);
45 mShowIdentity = true;
46 mIdentity.set( 0.0f, 1.0f );
47 identity();
48 mCurKnot = -1;
49}
50
51void GuiFilterCtrl::initPersistFields()
52{

Callers

nothing calls this directly

Calls 2

setSizeMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected