C# Class UnityEditor.KabamXCodeEditor.PBXObject

Afficher le fichier Open project: Kabam/XCodeEditor-for-Unity Class Usage Examples

Méthodes publiques

Свойство Type Description
internalNewlines bool

Protected Properties

Свойство Type Description
_data PBXDictionary
_guid string

Méthodes publiques

Méthode Description
Add ( string key, object obj ) : void
ContainsKey ( string key ) : bool
GenerateGuid ( ) : string
IsGuid ( string aString ) : bool
PBXObject ( ) : System.Collections
PBXObject ( string guid ) : System.Collections
PBXObject ( string guid, PBXDictionary dictionary ) : System.Collections
Remove ( string key ) : bool

Method Details

Add() public méthode

public Add ( string key, object obj ) : void
key string
obj object
Résultat void

ContainsKey() public méthode

public ContainsKey ( string key ) : bool
key string
Résultat bool

GenerateGuid() public static méthode

public static GenerateGuid ( ) : string
Résultat string

IsGuid() public static méthode

public static IsGuid ( string aString ) : bool
aString string
Résultat bool

PBXObject() public méthode

public PBXObject ( ) : System.Collections
Résultat System.Collections

PBXObject() public méthode

public PBXObject ( string guid ) : System.Collections
guid string
Résultat System.Collections

PBXObject() public méthode

public PBXObject ( string guid, PBXDictionary dictionary ) : System.Collections
guid string
dictionary PBXDictionary
Résultat System.Collections

Remove() public méthode

public Remove ( string key ) : bool
key string
Résultat bool

Property Details

_data protected_oe property

protected PBXDictionary _data
Résultat PBXDictionary

_guid protected_oe property

protected string _guid
Résultat string

internalNewlines public_oe property

public bool internalNewlines
Résultat bool