C# 클래스 UnityEditor.iOS.Xcode.AssetCatalogItem

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

공개 프로퍼티들

프로퍼티 타입 설명
authorId string
name string

보호된 프로퍼티들

프로퍼티 타입 설명
m_Path string
m_Properties string>.Dictionary

공개 메소드들

메소드 설명
AssetCatalogItem ( string name, string authorId ) : System
Write ( List warnings ) : void

보호된 메소드들

메소드 설명
WriteInfoToJson ( JsonDocument doc ) : JsonElementDict

메소드 상세

AssetCatalogItem() 공개 메소드

public AssetCatalogItem ( string name, string authorId ) : System
name string
authorId string
리턴 System

Write() 공개 추상적인 메소드

public abstract Write ( List warnings ) : void
warnings List
리턴 void

WriteInfoToJson() 보호된 메소드

protected WriteInfoToJson ( JsonDocument doc ) : JsonElementDict
doc JsonDocument
리턴 JsonElementDict

프로퍼티 상세

authorId 공개적으로 프로퍼티

public string authorId
리턴 string

m_Path 보호되어 있는 프로퍼티

protected string m_Path
리턴 string

m_Properties 보호되어 있는 프로퍼티

protected Dictionary m_Properties
리턴 string>.Dictionary

name 공개적으로 프로퍼티

public string name
리턴 string