Sample project to showcase the use of UI Toolkit for Runtime based on the Unity Royale project.
您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

14 行
251 B

.scroll-view {
flex-grow: 1;
}
.about-contents {
white-space: normal;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
color: rgb(255, 255, 255);
font-size: 28px;
height: 1000px;
}