mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
Change to GuiTextEditSliderCtrl
Change dimension elements to a guiTextEditSliderCtrl add a button to copy all elements of the multi dimension class to the platform clipboard
This commit is contained in:
parent
0a7550eeba
commit
92920dbcd9
3 changed files with 53 additions and 12 deletions
|
|
@ -331,12 +331,12 @@ void GuiInspectorField::setData( const char* data, bool callbacks )
|
|||
|| type == TypeColorF
|
||||
|| type == TypePoint2I
|
||||
|| type == TypePoint2F
|
||||
//|| type == TypePoint3F
|
||||
|| type == TypePoint3F
|
||||
|| type == TypePoint4F
|
||||
|| type == TypeRectI
|
||||
|| type == TypeRectF
|
||||
//|| type == TypeMatrixPosition
|
||||
//|| type == TypeMatrixRotation
|
||||
|| type == TypeMatrixPosition
|
||||
|| type == TypeMatrixRotation
|
||||
|| type == TypeBox3F
|
||||
|| type == TypeRectUV
|
||||
|| type == TypeRotationF)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue