Table of Contents

Class UIExtensions

Namespace
MagicUI.Core
Assembly
MagicUI.dll

Static extensions for helping with UIs

public static class UIExtensions
Inheritance
UIExtensions
Inherited Members

Methods

Deconstruct(Vector2, out float, out float)

Desconstruction assignment for Vector2

public static void Deconstruct(this Vector2 vec, out float x, out float y)

Parameters

vec Vector2

The vector to deconstruct

x float

The x component

y float

The y component