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

    Interface GameMotionConfig

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

    Defines the game motion configuration interface, used to describe the name and iteration count of a single game motion.

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

    Properties

    Properties

    iterations: number

    动作的迭代次数

    The number of iterations for the motion.

    name: string

    动作的名称

    The name of the motion.