public final class BatchPrimitiveIndex extends Object
Index (get / set) of the individual item and the Primitive (get / set) that contains
 that index.  When the PerItemPickingEnabled property is set to true
 for a batch primitive, the PickResults returned from 
 Scene.pick(int, int) will contain BatchPrimitiveIndex types
 referencing particular indices within that batch.| Constructor and Description | 
|---|
BatchPrimitiveIndex(int index,
                   Primitive primitive)
Initializes a new instance with an index and 
  
Primitive. | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getIndex()
 | 
Primitive | 
getPrimitive()
 | 
void | 
setIndex(int value)
 | 
void | 
setPrimitive(Primitive value)
 |