Skip to content

Controllers and Properties

Daniel Colina edited this page Jul 17, 2020 · 8 revisions

Controly is composed of two primary elements:

  • Controllers: These are classes that control specific things.
  • Properties: These could be a data class, a ScriptableObject, or any other prescription of behaviour to a controller.

The classes themselves are designed so that custom controllers and properties can inherit from them to allow for any type of desired behaviour.