Script API - v1.26.0.25
    Preparing search index...

    Interface CameraAttachOptionsBeta

    Advertisement

    Used to attach the camera to a non player entity.

    interface CameraAttachOptions {
        entity: Entity;
        locator: EntityAttachPoint;
    }
    Index

    Properties

    Properties

    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).

    Advertisement