小编Dar*_*ark的帖子

我可以使用C作为我的引擎的脚本语言吗?

我现在有一个游戏引擎,我正在寻找一种脚本语言.我试过Lua并发现它非常好但是我希望我的脚本看起来像C或更好的C++或看起来像虚幻引擎的脚本会更好.

这甚至可能吗?

c scripting lua

9
推荐指数
1
解决办法
2307
查看次数

如何更改搜索建议文本颜色

我希望它是黑色的.我试图更改textPrimaryColor但搜索输入字段也受到影响,我不希望发生这种情况.

截图

这是Action Bar的风格.

<style name="MyActionBar" parent="Theme.AppCompat.Light">
    <item name="android:textColorPrimary">@android:color/white</item>
    <item name="android:textColorPrimaryInverse">@android:color/white</item>
    <item name="android:textColorHint">@android:color/white</item>
    <item name="android:actionMenuTextColor">@android:color/white</item>
    <item name="android:textColorSecondary">@android:color/white</item>
</style>
Run Code Online (Sandbox Code Playgroud)

search android

5
推荐指数
1
解决办法
2068
查看次数

标签 统计

android ×1

c ×1

lua ×1

scripting ×1

search ×1