Show / Hide Table of Contents

Custom Actions

Overview

Adding custom debug action to your game is extremely easy, and you have three options

  1. Attribute Reflection
  2. Fluent API
  3. Debug Action Component

Action Type

Name Description
Button One-shot action
Toggle On/Off state action
Input Params input action
Flag Int based value selector action
Enum Enum based selector action
  • Improve this Doc
In This Article
👆 RuntimeDebugAction by ❤️ BennyKok