Type:IValue`1: Difference between revisions

From Resonite Wiki
ifield -> ilinkable, add interfaces implement(ed|ing)
m typo >:(
Line 12: Line 12:


== Components Implementing IValue ==
== Components Implementing IValue ==
The following components implement the IValue type, allowing component itself to be sourced and written to, which is usually not possible.
The following components implement the IValue type, allowing the component itself to be sourced and written to, which is usually not possible.


* [[Component:AuthorityTimeBase]]
* [[Component:AuthorityTimeBase]]

Revision as of 20:15, 13 August 2024

The IValue<T> type is an Interface Type that designates the type it is applied to as something that contains a Value Type.

This allows for the thing implenting the type to be sourced in ProtoFlux, which in turn allows for the thing to be written to via a Write node. This does not allow the object to be driven, which requires it to implement ILinkable.

Interfaces Implemented

Types Implementing IValue

Components Implementing IValue

The following components implement the IValue type, allowing the component itself to be sourced and written to, which is usually not possible.