set_r* 旋转位置

set_rx(entity_id u32,name string,value f32);

输入参数

  • entity_id 实体索引
  • name 实体名称
  • value 位置数值

输出参数

例子

// 当前实体下,A1 旋转x
set_rx(entity.index,"A1",0.0);
作者:力博特  创建时间:2025-11-07 15:49
最后编辑:力博特  更新时间:2025-11-11 18:53