< Summary

Class:MainScripts.DCL.Controllers.HUD.Profile.ProfileHUDViewDesktop
Assembly:ProfileHUDDesktop
File(s):/tmp/workspace/explorer-desktop/unity-renderer-desktop/Assets/Scripts/MainScripts/DCL/Controllers/HUD/Profile/ProfileHUDViewDesktop.cs
Covered lines:0
Uncovered lines:1
Coverable lines:1
Total lines:14
Line coverage:0% (0 of 1)
Covered branches:0
Total branches:0

File(s)

/tmp/workspace/explorer-desktop/unity-renderer-desktop/Assets/Scripts/MainScripts/DCL/Controllers/HUD/Profile/ProfileHUDViewDesktop.cs

#LineLine coverage
 1using System.Collections.Generic;
 2using UnityEngine;
 3using UnityEngine.UI;
 4
 5namespace MainScripts.DCL.Controllers.HUD.Profile
 6{
 7    public class ProfileHUDViewDesktop : ProfileHUDView
 8    {
 9        [SerializeField]
 10        protected internal List<Button> exitButtons;
 11
 012        protected internal Button getButtonSignUp => buttonSignUp;
 13    }
 14}

Methods/Properties

getButtonSignUp()