Class UIXExtensions
- Namespace
- MonkeyLoader.Resonite.UI
- Assembly
- MonkeyLoader.Resonite.Integration.dll
Contains miscellaneous extension methods for UIX types that couldn't be categorized further.
public static class UIXExtensions
- Inheritance
-
UIXExtensions
- Inherited Members
Methods
MoveTo(ColorDriver, InteractionElement)
Moves this ColorDriver to
the target FrooxEngine.UIX.InteractionElement.
public static InteractionElement.ColorDriver MoveTo(this InteractionElement.ColorDriver sourceDriver, InteractionElement target)
Parameters
sourceDriverInteractionElement.ColorDriverThe ColorDriver being moved.
targetInteractionElementThe interaction element that the ColorDriver should be moved to.
Returns
- InteractionElement.ColorDriver
The newly created ColorDriver on the
targetFrooxEngine.UIX.InteractionElement.
Remarks
This ColorDriver will remain unchanged, except for the ColorDrive target being set to null afterwards.