Vreo
    Preparing search index...

    Interface Vector3Position

    三维向量

    interface Vector3Position {
        x: number;
        y: number;
        z: number;
    }
    Index

    Properties

    x y z

    Properties

    x: number
    y: number
    z: number