C# 클래스 xARMManager, swip3

파일 보기 프로젝트 열기: unit9/swip3

공개 프로퍼티들

프로퍼티 타입 설명
AvailScreenCapsChanged bool
FinalizeScreenCapInProgress bool
GalleryIsUpdating bool
GameViewToolbarOffset Vector2
OnFinalizeScreenCapUpdate OnFinalizeScreenCapUpdateDelegate
OnPostScreenCapUpdate OnPostScreenCapUpdateDelegate
OnPreScreenCapUpdate OnPreScreenCapUpdateDelegate
PreviewIsUpdating bool
ScreenCapUpdateInProgress bool

Private Properties

프로퍼티 타입 설명
AllScreenCapsUpdatedSuccesfull bool
ExportScreenCapToFile void
InitAvailScreenCaps void
OpenGameView void
ResizeGameView void
addOrReplaceScreenCap void
addOrUpdateScreenCap void
getScreenCapIndex int
xARMManager UnityEngine

공개 메소드들

메소드 설명
AllScreenCapsUpdatedRecently ( ) : bool
CreateProxyGO ( ) : void
EnsureNextFrame ( ) : void
FinalizeScreenCapUpdate ( ) : void
FloatingGameView ( Vector2 size ) : void
IsToUpdate ( xARMScreenCap screenCap ) : bool
ReadScreenCapFromGameView ( xARMScreenCap screenCap ) : void
RemoveProxyGO ( ) : void
ResetOnSceneSwitch ( ) : void
ResizeGameViewToDefault ( ) : void
SaveAllScreenCapFiles ( ) : void
SaveGameViewPosition ( ) : void
SaveScreenCapFile ( xARMScreenCap screenCap ) : void
SceneChanged ( ) : void
SetAllScreenCapsUpdated ( ) : void
UpdateScreenCap ( xARMScreenCap screenCap ) : void
UpdateScreenCapAtEOF ( xARMScreenCap screenCap ) : void

비공개 메소드들

메소드 설명
AllScreenCapsUpdatedSuccesfull ( ) : bool
ExportScreenCapToFile ( xARMScreenCap screenCap, string path ) : void
InitAvailScreenCaps ( ) : void
OpenGameView ( ) : void
ResizeGameView ( Vector2 newSize ) : void
addOrReplaceScreenCap ( xARMScreenCap screenCapToAdd, xARMScreenCap screenCapToReplace ) : void
addOrUpdateScreenCap ( xARMScreenCap screenCapToAdd ) : void
getScreenCapIndex ( xARMScreenCap screenCapToCheck ) : int
xARMManager ( ) : UnityEngine

메소드 상세

AllScreenCapsUpdatedRecently() 공개 정적인 메소드

public static AllScreenCapsUpdatedRecently ( ) : bool
리턴 bool

CreateProxyGO() 공개 정적인 메소드

public static CreateProxyGO ( ) : void
리턴 void

EnsureNextFrame() 공개 정적인 메소드

public static EnsureNextFrame ( ) : void
리턴 void

FinalizeScreenCapUpdate() 공개 정적인 메소드

public static FinalizeScreenCapUpdate ( ) : void
리턴 void

FloatingGameView() 공개 정적인 메소드

public static FloatingGameView ( Vector2 size ) : void
size Vector2
리턴 void

IsToUpdate() 공개 정적인 메소드

public static IsToUpdate ( xARMScreenCap screenCap ) : bool
screenCap xARM.xARMScreenCap
리턴 bool

ReadScreenCapFromGameView() 공개 정적인 메소드

public static ReadScreenCapFromGameView ( xARMScreenCap screenCap ) : void
screenCap xARM.xARMScreenCap
리턴 void

RemoveProxyGO() 공개 정적인 메소드

public static RemoveProxyGO ( ) : void
리턴 void

ResetOnSceneSwitch() 공개 정적인 메소드

public static ResetOnSceneSwitch ( ) : void
리턴 void

ResizeGameViewToDefault() 공개 정적인 메소드

public static ResizeGameViewToDefault ( ) : void
리턴 void

SaveAllScreenCapFiles() 공개 정적인 메소드

public static SaveAllScreenCapFiles ( ) : void
리턴 void

SaveGameViewPosition() 공개 정적인 메소드

public static SaveGameViewPosition ( ) : void
리턴 void

SaveScreenCapFile() 공개 정적인 메소드

public static SaveScreenCapFile ( xARMScreenCap screenCap ) : void
screenCap xARM.xARMScreenCap
리턴 void

SceneChanged() 공개 정적인 메소드

public static SceneChanged ( ) : void
리턴 void

SetAllScreenCapsUpdated() 공개 정적인 메소드

public static SetAllScreenCapsUpdated ( ) : void
리턴 void

UpdateScreenCap() 공개 정적인 메소드

public static UpdateScreenCap ( xARMScreenCap screenCap ) : void
screenCap xARM.xARMScreenCap
리턴 void

UpdateScreenCapAtEOF() 공개 정적인 메소드

public static UpdateScreenCapAtEOF ( xARMScreenCap screenCap ) : void
screenCap xARM.xARMScreenCap
리턴 void

프로퍼티 상세

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

public static bool AvailScreenCapsChanged
리턴 bool

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

public static bool FinalizeScreenCapInProgress
리턴 bool

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

public static bool GalleryIsUpdating
리턴 bool

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

public static Vector2 GameViewToolbarOffset
리턴 Vector2

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

public static OnFinalizeScreenCapUpdateDelegate OnFinalizeScreenCapUpdate
리턴 OnFinalizeScreenCapUpdateDelegate

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

public static OnPostScreenCapUpdateDelegate OnPostScreenCapUpdate
리턴 OnPostScreenCapUpdateDelegate

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

public static OnPreScreenCapUpdateDelegate OnPreScreenCapUpdate
리턴 OnPreScreenCapUpdateDelegate

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

public static bool PreviewIsUpdating
리턴 bool

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

public static bool ScreenCapUpdateInProgress
리턴 bool