神岛 API 文档 - ArenaPro版
    Preparing search index...

    Interface GameMotionConfig

    定义游戏动作配置接口 用于描述单个游戏动作的名称和迭代次数

    interface GameMotionConfig {
        iterations: number;
        name: string;
    }
    Index

    Properties

    Properties

    iterations: number
    name: string