CCLayoutBoxDirection Constants Reference
| Declared in | CCLayoutBox.h |
|---|
CCLayoutBoxDirection
Declares the possible directions for laying out nodes in a CCLayoutBox.
Definition
typedef NS_ENUM(NSUInteger, CCLayoutBoxDirection ) {
CCLayoutBoxDirectionHorizontal,
CCLayoutBoxDirectionVertical,
};
Constants
Declared In
CCLayoutBox.h