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

    Interface GameMotionClipConfig

    定义游戏动作集配置接口 用于描述一组游戏动作及其整体的迭代次数

    interface GameMotionClipConfig {
        iterations: number;
        motions: GameMotionConfig[];
    }
    Index

    Properties

    Properties

    iterations: number
    motions: GameMotionConfig[]