46 #endif // _YI_HELPER_H_ Scene trees composed of CYISceneNode objects are registered with the scene manager in order for them ...
Definition: YiSceneManager.h:73
static CYISceneNode * CreateSmallCrosshairSceneNode(CYISceneManager *pSceneManager, CYIString sNodeName, float fWidth, float fHeight, bool yFlip=true)
Container class for Unicode strings. Conceptually, a CYIString object is a sequence of Unicode charac...
Definition: YiString.h:35
static CYISceneNode * CreateCrosshairSceneNode(CYISceneManager *pSceneManager, CYIString sNodeName, float fWidth, float fHeight, bool yFlip=true)
Definition: YiHelper.h:17
A scene node is the base type for all nodes which are used by the scene manager; it is an integral pa...
Definition: YiSceneNode.h:114