C# 클래스 xARM.xARMScreenCap

파일 보기 프로젝트 열기: unit9/swip3 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

Clone() 공개 메소드

public Clone ( bool switchResolutionXY = false ) : xARMScreenCap
switchResolutionXY bool
리턴 xARMScreenCap

CreateNavigationBarVersion() 공개 메소드

public CreateNavigationBarVersion ( ) : xARM.xARMScreenCap[]
리턴 xARM.xARMScreenCap[]

Equals() 공개 메소드

public Equals ( object otherObject ) : bool
otherObject object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

xARMScreenCap() 공개 메소드

public xARMScreenCap ( ) : UnityEngine
리턴 UnityEngine

xARMScreenCap() 공개 메소드

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
리턴 UnityEngine

프로퍼티 상세

Aspect 공개적으로 프로퍼티

public float Aspect
리턴 float

AspectLabel 공개적으로 프로퍼티

public string AspectLabel
리턴 string

DPI 공개적으로 프로퍼티

public int DPI
리턴 int

DPIFactor 공개적으로 프로퍼티

public float DPIFactor
리턴 float

DPILabel 공개적으로 프로퍼티

public string DPILabel
리턴 string

Description 공개적으로 프로퍼티

public string Description
리턴 string

Diagonal 공개적으로 프로퍼티

public float Diagonal
리턴 float

Group 공개적으로 프로퍼티

public xARMScreenCapGroup Group
리턴 xARMScreenCapGroup

IsBaseRes 공개적으로 프로퍼티

public bool IsBaseRes
리턴 bool

IsLandscape 공개적으로 프로퍼티

public bool IsLandscape
리턴 bool

IsPortrait 공개적으로 프로퍼티

public bool IsPortrait
리턴 bool

ListChanged 공개적으로 정적으로 프로퍼티

public static bool ListChanged
리턴 bool

LongName 공개적으로 프로퍼티

public string LongName
리턴 string

Name 공개적으로 프로퍼티

public string Name
리턴 string

Resolution 공개적으로 프로퍼티

public Vector2,UnityEngine Resolution
리턴 UnityEngine.Vector2

ResolutionLabel 공개적으로 프로퍼티

public string ResolutionLabel
리턴 string

StatisticsPositioning 공개적으로 프로퍼티

public int StatisticsPositioning
리턴 int

StatisticsUsedPercent 공개적으로 프로퍼티

public float StatisticsUsedPercent
리턴 float