DeadZone Community Packages
    Preparing search index...

    Interface GroundObject

    interface GroundObject {
        getId(): number;
        getLocalLocation(): LocalPoint;
        getPlane(): number;
        getWorldLocation(): WorldPoint;
        getWorldView(): WorldView;
        getX(): number;
        getY(): number;
        getZ(): number;
    }

    Hierarchy (View Summary)

    Index

    Methods