Files
tools/接口/ui框架.ms
T
2025-07-31 16:05:55 +08:00

37 lines
748 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
globel FBX_convert_str.ConverterFloater
rollout UImenu "1" width:300 height:150
(
GroupBox thegroupbox "工具组1" height:40 offset:[0,0] width:280
)
rollout UImenu2 "2" width:300 height:300
(
GroupBox thegroupbox1 "工具组2" height:40 offset:[0,0] width:280
)
rollout UImenu3 "3" width:300 height:300
(
GroupBox thegroupbox1 "工具组2" height:40 offset:[0,0] width:280
)
function MakerolloutFloat =
(
FBX_convert_str.ConverterFloater = newRolloutFloater "工具名称" 325 500
addRollout UImenu FBX_convert_str.ConverterFloater rolledup:false
addRollout UImenu2 FBX_convert_str.ConverterFloater rolledup:false
closeRolloutFloater FBX_convert_str.ConverterFloater
removeRollout UImenu2
)
MakerolloutFloat()