format
boolean setIndex(int indexType, Vector indexes)
description
Sets an index directly within the MediaObject.
parameters
indexType - the type of index, such as Eve.REGION or Eve.TEXTURE
indexType
Eve.REGION or Eve.TEXTURE
indexes - the vector containing the index values
indexes
returns
TRUE - if the assignment was successful
TRUE
FALSE - if the assignment failed
FALSE
throws
The setIndex() method does not throw any exceptions.
setIndex()