C# Class UnityEditor.iOS.Xcode.AssetCatalogItem

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Свойство Type Description
authorId string
name string

Protected Properties

Свойство Type Description
m_Path string
m_Properties string>.Dictionary

Méthodes publiques

Méthode Description
AssetCatalogItem ( string name, string authorId ) : System
Write ( List warnings ) : void

Méthodes protégées

Méthode Description
WriteInfoToJson ( JsonDocument doc ) : JsonElementDict

Method Details

AssetCatalogItem() public méthode

public AssetCatalogItem ( string name, string authorId ) : System
name string
authorId string
Résultat System

Write() public abstract méthode

public abstract Write ( List warnings ) : void
warnings List
Résultat void

WriteInfoToJson() protected méthode

protected WriteInfoToJson ( JsonDocument doc ) : JsonElementDict
doc JsonDocument
Résultat JsonElementDict

Property Details

authorId public_oe property

public string authorId
Résultat string

m_Path protected_oe property

protected string m_Path
Résultat string

m_Properties protected_oe property

protected Dictionary m_Properties
Résultat string>.Dictionary

name public_oe property

public string name
Résultat string