Пример #1
0
    public EntityArea()
    {
        AddChild(shadowContainer = new FContainer());
        AddChild(backContainer = new FContainer());
        AddChild(sortYContainer = new FSortYContainer());
        AddChild(overlayContainer = new FContainer());
        AddChild(frontContainer = new FContainer());
        AddChild(uiContainer = new FContainer());

        ListenForUpdate(HandleUpdate);
    }
Пример #2
0
    public EntityArea()
    {
        AddChild(shadowContainer  = new FContainer());
        AddChild(backContainer    = new FContainer());
        AddChild(sortYContainer   = new FSortYContainer());
        AddChild(overlayContainer = new FContainer());
        AddChild(frontContainer   = new FContainer());
        AddChild(uiContainer      = new FContainer());

        ListenForUpdate(HandleUpdate);
    }