C# 클래스 AssetBundleGraph.NodeException

상속: System.Exception
파일 보기 프로젝트 열기: unity3d-jp/AssetGraph 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Id string
reason string

공개 메소드들

메소드 설명
NodeException ( string reason, string nodeId ) : System

메소드 상세

NodeException() 공개 메소드

public NodeException ( string reason, string nodeId ) : System
reason string
nodeId string
리턴 System

프로퍼티 상세

Id 공개적으로 프로퍼티

public string Id
리턴 string

reason 공개적으로 프로퍼티

public string reason
리턴 string