@minecraft
    正在准备搜索索引...

    接口 CameraAttachOptions实验性

    Used to attach the camera to a non player entity.

    interface CameraAttachOptions {
        entity: Entity;
        locator: EntityAttachPoint;
    }
    索引

    属性

    entity: Entity

    Set a non player entity for the camera to target.

    The location of the entity that you want to target (eg. head, feet, eyes).