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

Method OnLayerChanged

Source/Engine/UI/TextRender.cpp:433–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431#endif
432
433void TextRender::OnLayerChanged()
434{
435 if (_sceneRenderingKey != -1)
436 GetSceneRendering()->UpdateActor(this, _sceneRenderingKey, ISceneRenderingListener::Layer);
437}
438
439bool TextRender::IntersectsItself(const Ray& ray, Real& distance, Vector3& normal)
440{

Callers

nothing calls this directly

Calls 1

UpdateActorMethod · 0.80

Tested by

no test coverage detected