MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / IntersectsItselfEditor

Method IntersectsItselfEditor

Source/Engine/Level/Actors/Camera.cpp:343–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341}
342
343bool Camera::IntersectsItselfEditor(const Ray& ray, Real& distance)
344{
345 return _previewModelBox.Intersects(ray, distance);
346}
347
348bool Camera::HasContentLoaded() const
349{

Callers

nothing calls this directly

Calls 1

IntersectsMethod · 0.45

Tested by

no test coverage detected