| Package | Description |
|---|---|
| agi.foundation.graphics |
Provides commonly used and instantiated graphics types related to 3D scene management, terrain and imagery, and more.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DurationPathPrimitiveUpdatePolicy
|
class |
MaximumCountPathPrimitiveUpdatePolicy
PathPrimitive update policy
that removes points from RemoveLocation when the number of points in the path exceeds
MaximumCount. |
| Modifier and Type | Method and Description |
|---|---|
PathPrimitiveUpdatePolicy |
PathPrimitive.getUpdatePolicy()
Gets how the primitive will be updated based on the current animation time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PathPrimitive.setUpdatePolicy(PathPrimitiveUpdatePolicy value)
Sets how the primitive will be updated based on the current animation time.
|