• Home
  • Documentation
  • Guides
  • FAQ
  • Get Essential UI Pack
Search Results for

    Show / Hide Table of Contents
    • LlamaSoftware.UI
      • ButtonClickSoundPlayer
      • Draggable
      • EUIPButton
      • EUIPButton.ButtonLabelStyle
      • EUIPSlider
      • EUIPSlider.DisplayFormat
      • InputFieldSliderValueDisplay
      • MenuController
      • MultiValueToggle
      • MultiValueToggleArrow
      • MultiValueToggleArrow.OnPointerUpCallback
      • Page
      • Popover
      • ProgressBar
      • ScrollViewZoomFixer
      • SliderValueDisplay
      • SliderValueSetter
      • Spinner
      • UIAnimationConstants
      • UIAnimationConstants.Direction
      • UIAnimationConstants.EntryMode
    • LlamaSoftware.UI.Tabs
      • TabbedPanel
      • TabbedPanel.ChangeTabEvent
      • TabbedPanelContent
      • TabbedPanelHeader
    • LlamaSoftware.UI.Utility
      • CornersUIGradient
      • RotatableLinearUIGradient
      • SimpleProgressBar
      • TextUpdatingProgressBar
      • UIGradientUtils
      • UIGradientUtils.Matrix2x3

    Struct UIGradientUtils.Matrix2x3

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    Namespace: LlamaSoftware.UI.Utility
    Assembly: LlamaSoftware.UI.dll
    Syntax
    public struct Matrix2x3

    Constructors

    Matrix2x3(Single, Single, Single, Single, Single, Single)

    Declaration
    public Matrix2x3(float m00, float m01, float m02, float m10, float m11, float m12)
    Parameters
    Type Name Description
    System.Single m00
    System.Single m01
    System.Single m02
    System.Single m10
    System.Single m11
    System.Single m12

    Operators

    Multiply(UIGradientUtils.Matrix2x3, Vector2)

    Declaration
    public static Vector2 operator *(UIGradientUtils.Matrix2x3 m, Vector2 v)
    Parameters
    Type Name Description
    UIGradientUtils.Matrix2x3 m
    UnityEngine.Vector2 v
    Returns
    Type Description
    UnityEngine.Vector2
    In This Article
    Back to top Generated by DocFX