STATE_animation_add_bitmap

 

 



   bitmap_list: is one of the five constants: BITMAP_LIST_FRONT, BITMAP_LIST_FRONT_SIDED, BITMAP_LIST_SIDE, BITMAP_LIST_BACK_SIDED, BITMAP_LIST_BACK
   bitmap_handle: is the frame to add
   bitmap_position_index: 0 means put this frame as the first frame
  						  1 means that we want to insert the bitmap after the first bitmap
  								(our bitmap will become the second bitmap)
  						  n means that we want to insert the bitmap AFTER the n bitmap
  						  -1 has a special meaning it will put the frame as the last one
  						  If the given index is too big than the frame will be set as the last frame.
  
   The return value: returns the location of the added bitmap in the given list.
   usually this value is equal to the given "bitmap_position_index" argument (unless
   bitmap_position_index==-1 or is too big)

 

 

Go to page 1      Select API

 

Copyright © 2007 3DSTATE Corporation. www.3dstate.com