Package org.andengine.opengl.texture.region

Examples of org.andengine.opengl.texture.region.ITextureRegion


  // Methods for/from SuperClass/Interfaces
  // ===========================================================

  @Override
  protected IEntity createEntity(final String pEntityName, final IEntity pParent, final float pX, final float pY, final float pWidth, final float pHeight, final Attributes pAttributes, final CCBEntityLoaderData pCCBEntityLoaderData) throws IOException {
    final ITextureRegion textureRegion = this.getTextureRegion(pParent, pAttributes, pCCBEntityLoaderData);

    return new CCRotatingSprite(pX, pY, pWidth, pHeight, textureRegion, pCCBEntityLoaderData.getVertexBufferObjectManager());
  }
View Full Code Here

TOP

Related Classes of org.andengine.opengl.texture.region.ITextureRegion

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.