RTSDK
    Preparing search index...

    Class UserInventoryItemFactory

    Factory for creating UserInventoryItem instances. Use this factory to work with user-owned inventory items.

    This factory should be instantiated once per application and reused across your codebase.

    // In your initialization file (e.g., utils/topiaInit.ts)
    import { Topia, UserInventoryItemFactory } from "@rtsdk/topia";
    const topia = new Topia({ config });
    export const UserInventoryItem = new UserInventoryItemFactory(topia);
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    topia: Topia

    Methods