Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ HasData
Method
HasData
Source/Engine/Level/Scene/SceneCSGData.cpp:42–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
bool SceneCSGData::HasData() const
43
{
44
return Model && Data;
45
}
46
47
bool SceneCSGData::SurfaceData::Intersects(const Ray& ray, Real& distance, Vector3& normal)
48
{
Callers
1
Serialize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected