Taos API Reference
    Preparing search index...

    Interface PositionProvider

    Anything with a world position — a GameObject satisfies this.

    interface PositionProvider {
        position: Vec3Like;
    }
    Index

    Properties

    Properties

    position: Vec3Like