Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ isString
Function
isString
Source/ThirdParty/OpenFBX/ofbx.cpp:569–573 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
567
}
568
569
static bool isString(const Property* prop)
570
{
571
if (!prop) return false;
572
return prop->getType() == Property::STRING;
573
}
574
575
576
static bool isLong(const Property* prop)
Callers
5
Object
Method · 0.85
toObjectID
Function · 0.85
parseConnections
Function · 0.85
parseTakes
Function · 0.85
parseObjects
Function · 0.85
Calls
1
getType
Method · 0.45
Tested by
no test coverage detected