interface CursorPosition {
    FaceDirection: number;
    Position: Vector3;
}

属性

FaceDirection: number
Position: Vector3