A property attribute that indicates that this feature is still in development and should not be shown to all users.
More...
#include <PropertyAttributes.h>
|
enum | Phase { Alpha
, Beta
} |
|
|
| xiiInDevelopmentAttribute (xiiInt32 iPhase) |
|
xiiStringView | GetString () const |
|
virtual const xiiRTTI * | GetDynamicRTTI () const |
|
bool | IsInstanceOf (const xiiRTTI *pType) const |
| Returns whether the type of this instance is of the given type or derived from it.
|
|
template<typename T> |
XII_ALWAYS_INLINE bool | IsInstanceOf () const |
| Returns whether the type of this instance is of the given type or derived from it.
|
|
|
xiiInt32 | m_Phase = Phase::Beta |
|
|
static const xiiRTTI * | GetStaticRTTI () |
|
A property attribute that indicates that this feature is still in development and should not be shown to all users.
The documentation for this class was generated from the following files:
- /home/runner/work/XII/XII/Source/Engine/Foundation/Reflection/Implementation/PropertyAttributes.h
- /home/runner/work/XII/XII/Source/Engine/Foundation/Reflection/Implementation/PropertyAttributes.cpp