UdonToolkit
v1.x
v1.x
  • UdonToolkit
  • Changelog
  • Behaviours
    • Behaviours Overview
    • Misc Behaviours
  • Systems
    • Camera System
    • Flight System
    • Presentation System
  • Attributes
    • Attributes Overview
    • Attributes List
    • Creating Custom Attributes
  • Guides
    • Guides Overview
    • Mirror Toggle
    • Teleport Players
  • Legacy
    • Migration to v1.0.0
    • Migration to v0.4.0
    • UT Controllers
  • Useful Links
    • UdonSharp
    • Discord Server
    • Github
    • CyanEmu
    • Prefabs TLX
Powered by GitBook
On this page
  1. Attributes

Attributes Overview

A collection of attributes to create custom UIs for your own behaviours

PreviousPresentation SystemNextAttributes List

Last updated 4 years ago

Udon Toolkit is a system of C# attributes which can be utilized to build highly customizable and responsive Inspectors for your behaviours, providing better user/dev experience to anyone using your code

Not sure why do you need better inspectors? Check out my TLX Talk!

If you do not know what C# attributes are and how to use them in your Unity code,

When you're feeling like you are ready to use them,

check out the attributes list
this might be a good guide to start with.