a3js API Documentation - v1.3.1
    Preparing search index...

    Interface AvatarVelocityControllerOptions

    AvatarVelocityController の設定オプションです。

    interface AvatarVelocityControllerOptions {
        angSpeed: number;
        jumpSpeed: number;
        speed: number;
    }
    Index

    Properties

    angSpeed: number

    回転速度(ラジアン/フレーム)。デフォルトは 0.3

    jumpSpeed: number

    ジャンプ速度(m/秒)。デフォルトは 15.0

    speed: number

    移動速度(m/秒)。デフォルトは 5.0