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

Method IntersectsItself

Source/Engine/Level/Actors/Decal.cpp:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124bool Decal::IntersectsItself(const Ray& ray, Real& distance, Vector3& normal)
125{
126 return _bounds.Intersects(ray, distance, normal);
127}
128
129void Decal::OnEnable()
130{

Callers

nothing calls this directly

Calls 1

IntersectsMethod · 0.45

Tested by

no test coverage detected