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

Function shouldRenderChildControls

Engine/source/gui/3d/guiTSControl.h:192–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190 static const U32& getFrameCount() { return smFrameCount; }
191
192 bool shouldRenderChildControls() { return mRenderStyle == RenderStyleStandard; }
193
194 void setStereoGui(GuiOffscreenCanvas *canvas);
195 void renderDisplayPreview(const RectI &updateRect, GFXTexHandle &previewTexture);

Callers 1

onRenderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected