Type:IValue`1: Difference between revisions

From Resonite Wiki
m 989onan moved page Types:IValue`1 to Type:IValue`1: Misspelled title: type not types
Added link. Added a note about IVariables.
Line 1: Line 1:
{{Stub}}
{{Stub}}


A IValue<nowiki><T></nowiki> Is a reference value type. This is used for writing to a value like a variable or components values.
An IValue<nowiki><T></nowiki> Is a [[Reference Type|reference value type]]. This is used for writing to a value like a variable or components values.
 
[[Type:IVariable`2|IVariable]] typically uses this type.
[[Category:Type]]
[[Category:Type]]

Revision as of 05:06, 23 May 2024

This article or section is a Stub. You can help the Resonite Wiki by expanding it.


An IValue<T> Is a reference value type. This is used for writing to a value like a variable or components values.

IVariable typically uses this type.