Click or drag to resize

PathPrimitiveUpdatePolicyUpdate Method

Updates the pathPrimitive at the specified date.

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

Parameters

pathPrimitive
Type: AGI.Foundation.GraphicsPathPrimitive
The primitive to be updated.
date
Type: AGI.Foundation.TimeJulianDate
The time this method is called by the SceneManager.
See Also