Package | Description |
---|---|
agi.foundation.graphics.advanced |
Provides less commonly instantiated graphics types for the camera, mouse options, primitive options, and others.
|
Modifier and Type | Method and Description |
---|---|
void |
ForwardAnimation.addStarted(EventHandler<StartedEventArgs> value)
Adds a handler for an event that occurs if animation has started.
|
void |
ForwardAnimation.removeStarted(EventHandler<StartedEventArgs> value)
Removes a handler for an event that occurs if animation has started.
|