This website requires JavaScript.
Explore
Docs
Sign In
Flax
/
FlaxEngine
Watch
3
Star
0
Fork
0
You've already forked FlaxEngine
Code
Issues
Pull Requests
Releases
Activity
Files
18dc475f4059e7bad5ce37ce41df7cca279341bc
FlaxEngine
/
Source
/
Engine
/
UI
T
History
mafiesto4
18dc475f40
Merge remote-tracking branch 'origin/master' into 1.9
...
# Conflicts: # Source/Engine/UI/GUI/Common/Button.cs
2024-09-23 14:11:05 +02:00
..
GUI
Merge remote-tracking branch 'origin/master' into 1.9
2024-09-23 14:11:05 +02:00
SpriteRender.cpp
Fix SpriteRender all parameters override
2024-08-22 13:20:53 +02:00
SpriteRender.h
Merge remote-tracking branch 'origin/master' into 1.9
2024-08-22 17:33:20 +02:00
TextRender.cpp
Cleanup some rendering code
2024-06-28 21:21:17 +02:00
TextRender.h
Refactor
SortOrder
to use
int8
instead of
int16
due to performance reasons (more efficent sort keys packing in rendering)
2024-06-29 13:54:02 +02:00
UI.Build.cs
Update year in copyright note
2024-02-26 19:00:48 +01:00
UICanvas.cpp
Expose additional Actor virtual methods to c#
2024-08-13 15:14:07 -05:00
UICanvas.cs
Merge remote-tracking branch 'origin/master' into 1.9
2024-08-16 14:52:57 +02:00
UICanvas.h
Update year in copyright note
2024-02-26 19:00:48 +01:00
UIControl.cpp
Refactor UI Control actor active state mirroring in UI via
Visible
properties rather than unlinked from parent
2024-03-11 19:10:13 +01:00
UIControl.cs
Add visibility check to begin play on uicontrol
2024-03-20 12:22:01 -05:00
UIControl.h
Add controls to the ActorToolbox in the GUI tab. Add dragging and dropping controls from toolbox into scene and prefab trees.
2024-04-27 15:55:25 -05:00