码迷,mamicode.com
首页 >  
搜索关键字:ns    ( 1657个结果
cocos2d-x 3.0 在C++中调用lua函数(2)
个人觉得3.0里面, 在C++下面调用lua函数很不方便, 所以就扩展了一个类, 继承自LuaStack, 代码和使用方式如下:#ifndef __CC_LUA_STACKEX_H_#define __CC_LUA_STACKEX_H_#include "CCLuaStack.h"NS_CC_BEG...
分类:编程语言   时间:2014-06-11 09:26:32    阅读次数:324
HttpRequest
#ifndef __HTTP_REQUEST_H__#define __HTTP_REQUEST_H__#include "cocos2d.h"#include "ExtensionMacros.h"NS_CC_EXT_BEGINclass CCHttpClient;class CCHttpResp...
分类:其他好文   时间:2014-06-11 07:57:36    阅读次数:310
coco2d学习day01 精灵分析
day01笔记 using namespace cocos2d; == USING_NS_CC; 一般用后面的 #ifndef __MYLAYER_H__ #define __MYLAYER_H__ ---------------一般添加头文件添加宏 : public CCLayer 一般添加一个类继承CCLayer CCLayer::init(); CCLab...
分类:其他好文   时间:2014-06-08 15:23:33    阅读次数:191
UIButton的selected设为TRUE时在按下时显示自定义的背景图
在UIButton的selected设为TRUE后,需要在按钮高亮时,显示自定义的背景图。 经研究hightLighted和selected这两个状态是可以重叠的,就是button可以同时处于selectec和highlighted两个状态下。 从UIControlState的定义也可以看出: typedef NS_OPTIONS(NSUInteger, UIControlState) {...
分类:其他好文   时间:2014-06-07 16:25:17    阅读次数:323
cocos2d-x3.0 RichText
.h#include "cocos2d.h"#include "cocos-ext.h"#include "ui/CocosGUI.h"#include "cocostudio/CocoStudio.h"USING_NS_CC;USING_NS_CC_EXT;using namespace ui;R...
分类:其他好文   时间:2014-06-05 19:46:34    阅读次数:287
web.xml里<init-param>报错
Description Resource Path Location Type cvc-complex-type.2.4.a: Invalid content was found starting with element 'init-param'. One of '{"http://java.sun.com/xml/ns/javaee":enabled, "http://java.sun....
分类:Web程序   时间:2014-06-03 05:31:38    阅读次数:514
cocos2d-x3.0 Slider
.h#include "cocos2d.h"#include "cocos-ext.h"#include "ui/CocosGUI.h"#include "cocostudio/CocoStudio.h"USING_NS_CC;USING_NS_CC_EXT;using namespace ui; ...
分类:其他好文   时间:2014-05-31 03:16:56    阅读次数:270
时?间?单?位?换?算?表
时间单位换算表1秒=1000毫秒(ms)1毫秒=1/1,000秒(s)1秒=1,000,000微秒(μs)1微秒=1/1,000,000秒(s)1秒=1,000,000,000纳秒(ns)1纳秒=1/1,000,000,000秒(s)1秒=1,000,000,000,000皮秒(ps)1皮秒=1/1...
分类:其他好文   时间:2014-05-29 18:59:30    阅读次数:202
iOS 转场动画
Inherits fromCAAnimation:NSObjectConforms toNSCoding (CAAnimation)NSCopying (CAAnimation)CAAction (CAAnimation)CAMediaTiming (CAAnimation)NSObject (NS...
分类:移动开发   时间:2014-05-28 00:39:11    阅读次数:282
UIViewController新方法的使用(transitionFromViewController:toViewController:duration:options:animations:completion:)
iOS5中,UIViewController新添加了几个方法:- (void)addChildViewController:(UIViewController *)childController NS_AVAILABLE_IOS(5_0);- (void) removeFromParentViewC...
分类:其他好文   时间:2014-05-27 16:07:35    阅读次数:456
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!