C# Class UnityEditor.KabamXCodeEditor.PBXObject

显示文件 Open project: Kabam/XCodeEditor-for-Unity Class Usage Examples

Public Properties

Property Type Description
internalNewlines bool

Protected Properties

Property Type Description
_data PBXDictionary
_guid string

Public Methods

Method 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 method

public Add ( string key, object obj ) : void
key string
obj object
return void

ContainsKey() public method

public ContainsKey ( string key ) : bool
key string
return bool

GenerateGuid() public static method

public static GenerateGuid ( ) : string
return string

IsGuid() public static method

public static IsGuid ( string aString ) : bool
aString string
return bool

PBXObject() public method

public PBXObject ( ) : System.Collections
return System.Collections

PBXObject() public method

public PBXObject ( string guid ) : System.Collections
guid string
return System.Collections

PBXObject() public method

public PBXObject ( string guid, PBXDictionary dictionary ) : System.Collections
guid string
dictionary PBXDictionary
return System.Collections

Remove() public method

public Remove ( string key ) : bool
key string
return bool

Property Details

_data protected_oe property

protected PBXDictionary _data
return PBXDictionary

_guid protected_oe property

protected string _guid
return string

internalNewlines public_oe property

public bool internalNewlines
return bool