C# Class Everyplay.XCodeEditor.PBXObject

Afficher le fichier Open project: unit9/swip3 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 ( ) : UnityEngine
PBXObject ( string guid ) : UnityEngine
PBXObject ( string guid, PBXDictionary dictionary ) : UnityEngine
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 ( ) : UnityEngine
Résultat UnityEngine

PBXObject() public méthode

public PBXObject ( string guid ) : UnityEngine
guid string
Résultat UnityEngine

PBXObject() public méthode

public PBXObject ( string guid, PBXDictionary dictionary ) : UnityEngine
guid string
dictionary PBXDictionary
Résultat UnityEngine

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