![]() |
XII Release 0.1.0
|
Protected Member Functions | |
| virtual xiiResult | SerializeNode (xiiStreamWriter &stream) const override |
| virtual xiiResult | DeserializeNode (xiiStreamReader &stream) override |
Protected Member Functions inherited from xiiAnimGraphNode | |
| virtual void | Step (xiiAnimController &ref_controller, xiiAnimGraphInstance &ref_graph, xiiTime tDiff, const xiiSkeletonResource *pSkeleton, xiiGameObject *pTarget) const =0 |
| virtual bool | GetInstanceDataDesc (xiiInstanceDataDesc &out_desc) const |
Protected Attributes | |
| xiiString | m_sText |
| xiiAnimGraphTriggerInputPin | m_InActivate |
| xiiUInt8 | m_uiNumberCount = 1 |
| xiiHybridArray< xiiAnimGraphNumberInputPin, 2 > | m_InNumbers |
Protected Attributes inherited from xiiAnimGraphNode | |
| xiiHashedString | m_sCustomNodeTitle |
| xiiUInt32 | m_uiInstanceDataOffset = xiiInvalidIndex |
Additional Inherited Members | |
Public Member Functions inherited from xiiAnimGraphNode | |
| const char * | GetCustomNodeTitle () const |
| void | SetCustomNodeTitle (const char *szSz) |
Public Member Functions inherited from xiiReflectedClass | |
| 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. | |
Static Public Member Functions inherited from xiiNoBase | |
| static const xiiRTTI * | GetStaticRTTI () |
|
overrideprotectedvirtual |
Implements xiiAnimGraphNode.
|
overrideprotectedvirtual |
Implements xiiAnimGraphNode.