Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ set
Method
set
Engine/source/util/sampler.cpp:125–130 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
: mKey( key ), mSet( false ) {}
124
125
void set( bool value )
126
{
127
mType = TypeBool;
128
mValue.mBool = value;
129
mSet = true;
130
}
131
void set( S32 value )
132
{
133
mType = TypeS32;
Callers
6
sample
Method · 0.45
ScopeTrackerObject
Method · 0.45
_initTracking
Method · 0.45
castRay
Method · 0.45
_colorAverageFilter
Method · 0.45
begin
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected