![]() |
Skylicht Engine
|
Public Types | |
| enum | EAlignType { Vertical , Horizontal , VerticalBottom , HorizontalRight } |
Public Attributes | |
| EAlignType | AlignType |
| bool | FitChildrenSize |
| float | CurrentX |
| float | CurrentY |
| float | BeginX |
| float | BeginY |
| float | Spacing |
| bool | IsWrap |
| float | WrapSpacing |
| bool | LayoutCenter |
| bool | LayoutMiddle |
| float | ChildsWidth |
| float | ChildsHeight |
| float | WrapWidth |
| float | WrapHeight |
| Public Attributes inherited from Skylicht::IEntityData | |
| int | EntityIndex |
| CEntity * | Entity |
Additional Inherited Members | |
| Public Member Functions inherited from Skylicht::IEntityData | |
| virtual bool | serializable (CMemoryStream *stream) |
| virtual bool | deserializable (CMemoryStream *stream, int version) |
| virtual const char * | getTypeName () |
| Public Member Functions inherited from Skylicht::IActivatorObject | |
| virtual | ~IActivatorObject () |
| Virtual destructor for polymorphic activator objects. | |