|
Kanzi Graphics Engine
|
User interface placeholder component. More...
#include <user/scene_graph/kzu_object_common.h>#include <system/kzs_types.h>#include <system/debug/kzs_error.h>#include <system/kzs_header.h>Functions | |
| kzsError | kzuUiPlaceholderRegisterToFactory (const struct KzuFactory *factory) |
| Registers component type to factory. More... | |
Variables | |
| const KzuObjectType | KZU_OBJECT_TYPE_UI_PLACEHOLDER |
| Object type for UI component placeholder. More... | |
User interface placeholder component.
KzuUiPlaceholder is a KzuUiComponentNode without any functionality except that it can act as the parent of other objects. The 2D counterpart is kzu_empty_layer.h.
Copyright 2008-2019 by Rightware. All rights reserved.
| kzsError kzuUiPlaceholderRegisterToFactory | ( | const struct KzuFactory * | factory) |
Registers component type to factory.
| const KzuObjectType KZU_OBJECT_TYPE_UI_PLACEHOLDER |
Object type for UI component placeholder.