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

Method View

Source/Editor/Gizmo/UIEditorGizmo.cs:103–111  ·  view source on GitHub ↗
(UIEditorRoot parent)

Source from the content-addressed store, hash-verified

101 private sealed class View : ContainerControl
102 {
103 public View(UIEditorRoot parent)
104 {
105 AutoFocus = false;
106 ClipChildren = false;
107 CullChildren = false;
108 Pivot = Float2.Zero;
109 Size = new Float2(1920, 1080);
110 Parent = parent;
111 }
112
113 public override bool RayCast(ref Float2 location, out Control hit)
114 {

Callers 7

RenderMethod · 0.45
RenderMethod · 0.45
RenderMethod · 0.45
OnRenderMethod · 0.45
RenderMethod · 0.45
DrawEditorPrimitivesMethod · 0.45
DrawEditorPrimitivesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected