C# 클래스 UnityEditor.Web.JspmStubInfo

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled

공개 프로퍼티들

프로퍼티 타입 설명
events string[]
methods UnityEditor.Web.JspmMethodInfo[]
properties UnityEditor.Web.JspmPropertyInfo[]

공개 메소드들

메소드 설명
JspmStubInfo ( JspmPropertyInfo properties, JspmMethodInfo methods, string events ) : System

메소드 상세

JspmStubInfo() 공개 메소드

public JspmStubInfo ( JspmPropertyInfo properties, JspmMethodInfo methods, string events ) : System
properties JspmPropertyInfo
methods JspmMethodInfo
events string
리턴 System

프로퍼티 상세

events 공개적으로 프로퍼티

public string[] events
리턴 string[]

methods 공개적으로 프로퍼티

public JspmMethodInfo[],UnityEditor.Web methods
리턴 UnityEditor.Web.JspmMethodInfo[]

properties 공개적으로 프로퍼티

public JspmPropertyInfo[],UnityEditor.Web properties
리턴 UnityEditor.Web.JspmPropertyInfo[]