Component:VirtualShiftColorDriver: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add stub back oops
 
(One intermediate revision by the same user not shown)
Line 19: Line 19:


== See Also ==
== See Also ==
* [[Component:VirtualKey|Virtual Key]]
* [[Component:VirtualKeyboard|Virtual Keyboard]]
* [[Component:VirtualModifierKey|Virtual Modifier Key]]
* [[Component:VirtualMultiKey|Virtual Multi Key]]
* [[Component:VirtualShift|Virtual Shift]]
* [[Component:VirtualCloseKey|Virtual Close Key]]
* [[Component:VirtualKeyTextDrive|Virtual Key Text Drive]]
* [[Component:VirtualShiftColorDriver|Virtual Shift Color Driver]]


[[Category:Components:Userspace:Virtual Keyboard{{#translation:}}|Virtual Shift Color Driver]]
[[Category:Components:Userspace:Virtual Keyboard{{#translation:}}|Virtual Shift Color Driver]]
[[Category:Components{{#translation:}}|Virtual Shift Color Driver]]
[[Category:Components{{#translation:}}|Virtual Shift Color Driver]]
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]

Latest revision as of 00:38, 17 October 2024

Component image 
Virtual Shift Color Driver component as seen in the Scene Inspector


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


Usage

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled.
Keyboard direct RelayRef`1<VirtualKeyboard>
ColorTarget IField`1<ColorX>
NormalColor ColorX
ShiftColor ColorX
HoldColor ColorX

Behavior

Examples

See Also