githubEdit

Styling in Gum Tool

Introduction

This page discusses how to style a ListBoxItem in the Gum tool. The recommended approach is to create a copy of the existing ListBoxItem, or to modify the ListBoxItem in place.

Styling Requirements

The following are required:

  • Behavior named ListBoxItemBehavior

The following are optional:

  • Text instance named TextInstance . This is used by the ListBoxItem's UpdateToObject method.

Last updated

Was this helpful?