正在为RScript更新内容(已通过编译)
This commit is contained in:
@@ -97,12 +97,7 @@ namespace Demo.Game
|
||||
/// 设置为仅跟随,将会被动的跟随spline运动,
|
||||
/// 这在多个脚本都绑定在同一个spline计算核心上时非常有用
|
||||
/// </summary>
|
||||
[ScriptableCall(@"
|
||||
<summary>
|
||||
设置为仅跟随,将会被动的跟随spline运动,
|
||||
这在多个脚本都绑定在同一个spline计算核心上时非常有用
|
||||
</summary>
|
||||
")]
|
||||
[Convention.RScript.Variable.Attr.Method]
|
||||
public void JustFollow()
|
||||
{
|
||||
IsJustFollow = true;
|
||||
|
||||
Reference in New Issue
Block a user