$poseparameter
< Zh
Jump to navigation
Jump to search
This page needs to be translated.
This page either contains information that is only partially or incorrectly translated, or there isn't a translation yet.
If this page cannot be translated for some reason, or is left untranslated for an extended period of time after this notice is posted, the page should be requested to be deleted.
Also, please make sure the article tries to comply with the alternate languages guide.
This page either contains information that is only partially or incorrectly translated, or there isn't a translation yet.
If this page cannot be translated for some reason, or is left untranslated for an extended period of time after this notice is posted, the page should be requested to be deleted.
Also, please make sure the article tries to comply with the alternate languages guide.
$poseparameter
是一个QC 命令 ,可在所有的 起源 游戏中使用。 它用于配置一个混合序列,通过提前指定值的范围实现。
提示:重要的参数可以在$sequence中通过
blend
选项直接指定,因此这个参数通常不是必须的。语法
$poseparameter <$sequence name> <int min> <int max> [loop <int>] [wrap]
$poseparameter yaw -90 90 loop 360 $poseparameter vehicle_wheel_fl_spin -180 180 360
loop <int>
- 定义一个自定义的循环值?待完善: 此参数的具体用途是什么?提示:如果指定了第三个数字但未使用loop关键字,StudioMDL会隐式添加loop参数。
wrap
- 小于
min
的值会循环到max
,以此类推。