C# Class UnityEditor.iOS.Xcode.AssetCatalogItem

Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
authorId string
name string

Protected Properties

Property Type Description
m_Path string
m_Properties string>.Dictionary

Public Methods

Method Description
AssetCatalogItem ( string name, string authorId ) : System
Write ( List warnings ) : void

Protected Methods

Method Description
WriteInfoToJson ( JsonDocument doc ) : JsonElementDict

Method Details

AssetCatalogItem() public method

public AssetCatalogItem ( string name, string authorId ) : System
name string
authorId string
return System

Write() public abstract method

public abstract Write ( List warnings ) : void
warnings List
return void

WriteInfoToJson() protected method

protected WriteInfoToJson ( JsonDocument doc ) : JsonElementDict
doc JsonDocument
return JsonElementDict

Property Details

authorId public property

public string authorId
return string

m_Path protected property

protected string m_Path
return string

m_Properties protected property

protected Dictionary m_Properties
return string>.Dictionary

name public property

public string name
return string