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

Function DefineEngineMethod

Engine/source/postFx/postEffect.cpp:1981–1985  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1979}
1980
1981DefineEngineMethod( PostEffect, enable, void, (),,
1982 "Enables the effect." )
1983{
1984 object->enable();
1985}
1986
1987DefineEngineMethod( PostEffect, disable, void, (),,
1988 "Disables the effect." )

Callers 1

postEffect.cppFile · 0.70

Calls 3

clearShaderMacrosMethod · 0.80
enableMethod · 0.45
disableMethod · 0.45

Tested by

no test coverage detected