Skip to main content

PlistObjectBase

PlistObjectBase

Cocos2D

Inheritance: System.Object

Constructors

PlistObjectBase()

PlistObjectBase()()

Properties

AsArray(Cocos2D.PlistArray)
AsBinary(System.Byte[])
AsBool(System.Boolean)
AsDate(System.DateTime)
AsDictionary(Cocos2D.PlistDictionary)
AsFloat(System.Single)
AsInt(System.Int32)
AsString(System.String)

Methods

ObjectToPlistObject(object)

Cocos2D.PlistObjectBase ObjectToPlistObject(object)(System.Object value)
Parameters:
value (System.Object)
Returns:
Cocos2D.PlistObjectBase

Write(XmlWriter)

Write(XmlWriter)(System.Xml.XmlWriter writer)
Parameters:
writer (System.Xml.XmlWriter)

Operators

implicit operator PlistObjectBase(bool)

implicit operator PlistObjectBase(int)

implicit operator PlistObjectBase(object[])

implicit operator PlistObjectBase(float)

implicit operator PlistObjectBase(string)