Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

IWorkshopBrowserItemTemplate

Like what your seeing?

Introduction

A simple interface that standardizes the concept of a Workshop Browser Item making it easier to create UI elements for the presentation and collection of Workshop items originating from UGC Query and similar.

using HeathenEngieering.SteamworksIntegration.UI;
public interface IWorkshopBrowserItemTemplate;

Methods

Load

void Load(WorkshopItem item)

This should be used to apply a specific Workshop Item to this entry

Last updated