Skip to content

Game.Prefabs.UIWhatsNewPanelPrefab+UIWhatsNewPanelImage

Assembly: Game
Namespace: Game.Prefabs

Type: class public

Base: System.Object

Attributes: Serializable

Code

public class UIWhatsNewPanelImage
{
    public System.String m_Uri;
    public Unity.Mathematics.int2 m_AspectRatio;
    public System.Int32 m_Width;

    public UIWhatsNewPanelImage();

}

Fields

  • public System.String m_Uri
public System.String m_Uri;
  • public Unity.Mathematics.int2 m_AspectRatio
public Unity.Mathematics.int2 m_AspectRatio;
  • public System.Int32 m_Width
public System.Int32 m_Width;

Constructors

  • public UIWhatsNewPanelImage()
public UIWhatsNewPanelImage();