Type:IField`1

From Resonite Wiki
Revision as of 20:59, 13 August 2024 by Yosh (talk | contribs) (overhaul. TODO: move that removed information to the SyncField<T> and SyncRef<T> pages, which is what *actually* houses reference types by wrapping IField<RefID>)

The IField<T> type is an Interface Type that designates the type it is applied to as something that is a field. This includes anything that is exposed within the Scene Inspector UI.

In addition to every feature that Type:IValue implements, this type makes things implementing it:

  • Have the ability to be driven.
  • Synced by default, requiring a drive to become local.

Interfaces Implemented

Types Implementing IField