BatchPrimitiveIndex Class |
Represents an individual item index that is associated with a batch primitive. Provides the
Index of the individual item and the
Primitive that contains
that index. When the
PerItemPickingEnabled property is set to
for a batch primitive, the
PickResults returned from
Scene.Pick will contain
BatchPrimitiveIndex types
referencing particular indices within that batch.
Inheritance Hierarchy
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic sealed class BatchPrimitiveIndex
Public NotInheritable Class BatchPrimitiveIndex
public ref class BatchPrimitiveIndex sealed
[<SealedAttribute>]
type BatchPrimitiveIndex = class end
The BatchPrimitiveIndex type exposes the following members.
Constructors
Properties
Methods
| Name | Description |
---|
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
See Also