C# Class xARM.xARMScreenCap

Exibir arquivo Open project: unit9/swip3 Class Usage Examples

Public Properties

Property Type Description
Aspect float
AspectLabel string
DPI int
DPIFactor float
DPILabel string
Description string
Diagonal float
Group xARMScreenCapGroup
IsBaseRes bool
IsLandscape bool
IsPortrait bool
ListChanged bool
LongName string
Name string
Resolution UnityEngine.Vector2
ResolutionLabel string
StatisticsPositioning int
StatisticsUsedPercent float

Private Properties

Property Type Description

Public Methods

Method Description
Clone ( bool switchResolutionXY = false ) : xARMScreenCap
CreateNavigationBarVersion ( ) : xARM.xARMScreenCap[]
Equals ( object otherObject ) : bool
GetHashCode ( ) : int
operator ( ) : bool
xARMScreenCap ( ) : UnityEngine
xARMScreenCap ( string name, Vector2 res, string resLabel, string aspectLable, float diagonal, int dpi, string dpiLabel, xARMScreenCapGroup scgroup, int statsPos, float usedPerc, string desc ) : UnityEngine

Method Details

Clone() public method

public Clone ( bool switchResolutionXY = false ) : xARMScreenCap
switchResolutionXY bool
return xARMScreenCap

CreateNavigationBarVersion() public method

public CreateNavigationBarVersion ( ) : xARM.xARMScreenCap[]
return xARM.xARMScreenCap[]

Equals() public method

public Equals ( object otherObject ) : bool
otherObject object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

operator() public static method

public static operator ( ) : bool
return bool

xARMScreenCap() public method

public xARMScreenCap ( ) : UnityEngine
return UnityEngine

xARMScreenCap() public method

public xARMScreenCap ( string name, Vector2 res, string resLabel, string aspectLable, float diagonal, int dpi, string dpiLabel, xARMScreenCapGroup scgroup, int statsPos, float usedPerc, string desc ) : UnityEngine
name string
res UnityEngine.Vector2
resLabel string
aspectLable string
diagonal float
dpi int
dpiLabel string
scgroup xARMScreenCapGroup
statsPos int
usedPerc float
desc string
return UnityEngine

Property Details

Aspect public_oe property

public float Aspect
return float

AspectLabel public_oe property

public string AspectLabel
return string

DPI public_oe property

public int DPI
return int

DPIFactor public_oe property

public float DPIFactor
return float

DPILabel public_oe property

public string DPILabel
return string

Description public_oe property

public string Description
return string

Diagonal public_oe property

public float Diagonal
return float

Group public_oe property

public xARMScreenCapGroup Group
return xARMScreenCapGroup

IsBaseRes public_oe property

public bool IsBaseRes
return bool

IsLandscape public_oe property

public bool IsLandscape
return bool

IsPortrait public_oe property

public bool IsPortrait
return bool

ListChanged public_oe static_oe property

public static bool ListChanged
return bool

LongName public_oe property

public string LongName
return string

Name public_oe property

public string Name
return string

Resolution public_oe property

public Vector2,UnityEngine Resolution
return UnityEngine.Vector2

ResolutionLabel public_oe property

public string ResolutionLabel
return string

StatisticsPositioning public_oe property

public int StatisticsPositioning
return int

StatisticsUsedPercent public_oe property

public float StatisticsUsedPercent
return float