C# 클래스 UnityEditorInternal.ProfilerDriver

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

공개 프로퍼티들

프로퍼티 타입 설명
directConnectionPort string

Private Properties

프로퍼티 타입 설명
BeginFrame void
BeginInstrumentFunction void
ClearAllFrames void
DirectIPConnect void
DirectURLConnect void
EndFrame void
EndInstrumentFunction void
GetAllStatisticsProperties string[]
GetAvailableProfilers int[]
GetConnectionIdentifier string
GetFormattedStatisticsValue string
GetGraphStatisticsPropertiesForArea string[]
GetNextFrameIndex int
GetOverviewText string
GetPreviousFrameIndex int
GetStatisticsIdentifier int
GetStatisticsValues void
IsConnectionEditor bool
IsIdentifierConnectable bool
IsIdentifierOnLocalhost bool
QueryFunctionCallees void
QueryInstrumentableFunctions void
RequestMemorySnapshot void
RequestObjectMemoryInfo void
ResetHistory void
SetAudioCaptureFlags void
SetAutoInstrumentedAssemblies void

비공개 메소드들

메소드 설명
BeginFrame ( ) : void
BeginInstrumentFunction ( string fullName ) : void
ClearAllFrames ( ) : void
DirectIPConnect ( string IP ) : void
DirectURLConnect ( string url ) : void
EndFrame ( ) : void
EndInstrumentFunction ( string fullName ) : void
GetAllStatisticsProperties ( ) : string[]
GetAvailableProfilers ( ) : int[]
GetConnectionIdentifier ( int guid ) : string
GetFormattedStatisticsValue ( int frame, int identifier ) : string
GetGraphStatisticsPropertiesForArea ( ProfilerArea area ) : string[]
GetNextFrameIndex ( int frame ) : int
GetOverviewText ( ProfilerArea profilerArea, int frame ) : string
GetPreviousFrameIndex ( int frame ) : int
GetStatisticsIdentifier ( string propertyName ) : int
GetStatisticsValues ( int identifier, int firstFrame, float scale, float buffer, float &maxValue ) : void
IsConnectionEditor ( ) : bool
IsIdentifierConnectable ( int guid ) : bool
IsIdentifierOnLocalhost ( int guid ) : bool
QueryFunctionCallees ( string fullName ) : void
QueryInstrumentableFunctions ( ) : void
RequestMemorySnapshot ( ) : void
RequestObjectMemoryInfo ( bool gatherObjectReferences ) : void
ResetHistory ( ) : void
SetAudioCaptureFlags ( int flags ) : void
SetAutoInstrumentedAssemblies ( InstrumentedAssemblyTypes value ) : void

프로퍼티 상세

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

public static string directConnectionPort
리턴 string