cocos2d-x 3.0 |
)
- 类列表 - 类索引 - 类继承关系 - 类成员
全部) 类) 命名空间) 文件) 函数) 变量) 类型定义) 枚举) 枚举值) 属性) 友元) 宏定义) 组) 页)
Public 成员函数 | Public 属性 | 所有成员列表
Margin类 参考
NA NA 更多…
#include
## Public 成员函数 | |
Margin () | |
Margin (float l, float t, float r, float b) | |
Margin (const Margin &other) | |
Margin & | operator= (const Margin &other) |
void | setMargin (float l, float t, float r, float b) |
bool | equals (const Margin &target) const |
## Public 属性 | |
float | left |
float | top |
float | right |
float | bottom |
详细描述
NA NA
构造及析构函数说明
Margin | ( | ) |
Margin | ( | float | l, |
float | t, | ||
float | r, | ||
float | b | ||
) |
Margin | ( | const Margin & | other | ) |
成员函数说明
bool equals | ( | const Margin & | target | ) | const |
Margin& operator= | ( | const Margin & | other | ) |
void setMargin | ( | float | l, |
float | t, | ||
float | r, | ||
float | b | ||
) |
类成员变量说明
float bottom |
float left |
float right |
float top |
该类的文档由以下文件生成:
- /Users/zeroyang/Documents/github/cocos2d-x/cocos/ui/UILayoutParameter.h