Skip to main content

CCBValue

CCBValue

Cocos2D

Inheritance: 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.Object

GetBoolValue()

System.Boolean GetBoolValue()()
Returns:
System.Boolean

GetByteValue()

System.Byte GetByteValue()()
Returns:
System.Byte

GetFloatValue()

System.Single GetFloatValue()()
Returns:
System.Single

GetIntValue()

System.Int32 GetIntValue()()
Returns:
System.Int32

GetStringValue()

System.String GetStringValue()()
Returns:
System.String