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

    Interface AvatarPositionControllerOptions

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

    interface AvatarPositionControllerOptions {
        angSpeed: number;
        speed: number;
    }
    Index

    Properties

    Properties

    angSpeed: number

    回転速度(1フレームあたりのラジアン)。デフォルトは 0.01

    speed: number

    移動速度(1フレームあたりの移動距離)。デフォルトは 0.1