CCBValue
CCBValue
Cocos2DInheritance: System.Object
Constructors
CCBValue(bool)
CCBValue(bool)(System.Boolean bValue)Parameters:
bValue (System.Boolean)CCBValue(byte)
CCBValue(byte)(System.Byte bValue)Parameters:
bValue (System.Byte)CCBValue(int)
CCBValue(int)(System.Int32 nValue)Parameters:
nValue (System.Int32)CCBValue(object)
CCBValue(object)(System.Object pArr)Parameters:
pArr (System.Object)CCBValue(float)
CCBValue(float)(System.Single fValue)Parameters:
fValue (System.Single)CCBValue(string)
CCBValue(string)(System.String pStr)Parameters:
pStr (System.String)Properties
Type(Cocos2D.CCBValueType)
Methods
GetArrayValue()
System.Object GetArrayValue()()Returns:
System.ObjectGetBoolValue()
System.Boolean GetBoolValue()()Returns:
System.BooleanGetByteValue()
System.Byte GetByteValue()()Returns:
System.ByteGetFloatValue()
System.Single GetFloatValue()()Returns:
System.SingleGetIntValue()
System.Int32 GetIntValue()()Returns:
System.Int32GetStringValue()
System.String GetStringValue()()Returns:
System.String