• Manual
  • Scripting API
Show / Hide Table of Contents
  • Introduction
  • How To Install
  • Runtime Objects
    • Creating Runtime Objects
    • Runtime Object Properties
  • Events
    • Event Objects
    • Event Listeners
    • Hello World Example
  • Runtime Items
    • Value Items
    • Reference Items
  • Runtime Lists
    • Value Lists
    • Reference Lists
  • Populators
  • State Machines
    • Using State Machines
    • State Machine Controllers
    • Using State Machine Controllers
  • Versioning Your Apps
  • Modular Scene Loading
  • Attributes
  • License
  • Advanced Topics
    • Settings
    • Why The Resources Folder?
    • Strings as Value Types?
    • Extending The Framework

Runtime Object Properties

Each type of RuntimeObject is specially designed for a specific purpose but regardless of whichever Runtime Object you choose to create, all instances will feature an exposed description field for you to comment on what the purpose of this object is. Like with commenting your code, this helps your collaborators understand how it is supposed to interact with the rest of your code

Figure2

It's not necessary to fill this in but doing so will help you and your team in the long run.

  • Improve this Doc
Back to top Generated by DocFX