Click or drag to resize

PathPrimitiveUpdatePolicy.Update Method

Updates the pathPrimitive at the specified date.

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public abstract void Update(
	PathPrimitive pathPrimitive,
	JulianDate date
)

Parameters

pathPrimitive
Type: AGI.Foundation.Graphics.PathPrimitive
The primitive to be updated.
date
Type: AGI.Foundation.Time.JulianDate
The time this method is called by the SceneManager.
See Also