mirror of https://github.com/axmolengine/axmol.git
setParent for RenderState
This commit is contained in:
parent
d5fab0bd38
commit
6fd9784fce
|
@ -84,6 +84,8 @@ public:
|
|||
* Returns the topmost RenderState in the hierarchy below the given RenderState.
|
||||
*/
|
||||
RenderState* getTopmost(RenderState* below);
|
||||
|
||||
void setParent(RenderState* parent) { _parent = parent; }
|
||||
|
||||
enum Blend
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue