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

CCLayoutBoxDirectionHorizontal

The children will be horizontally aligned.

Declared In CCLayoutBox.h.

CCLayoutBoxDirectionVertical

The children will be vertically aligned.

Declared In CCLayoutBox.h.

Declared In

CCLayoutBox.h