MCPcopy 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
42bool SceneCSGData::HasData() const
43{
44 return Model && Data;
45}
46
47bool SceneCSGData::SurfaceData::Intersects(const Ray& ray, Real& distance, Vector3& normal)
48{

Callers 1

SerializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected