C# 클래스 UnityEditor.StackFrame

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

공개 프로퍼티들

프로퍼티 타입 설명
lineNumber uint
methodName string
moduleName string
signature string
sourceFile string

프로퍼티 상세

lineNumber 공개적으로 프로퍼티

public uint lineNumber
리턴 uint

methodName 공개적으로 프로퍼티

public string methodName
리턴 string

moduleName 공개적으로 프로퍼티

public string moduleName
리턴 string

signature 공개적으로 프로퍼티

public string signature
리턴 string

sourceFile 공개적으로 프로퍼티

public string sourceFile
리턴 string