Click or drag to resize

PathAspectPathChangedEvent Delegate

[Missing <summary> documentation for "T:Demo3D.Components.PathAspect.PathChangedEvent"]


Namespace: Demo3D.Components
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public delegate void PathChangedEvent(
	PathAspect sender,
	VisualCurve curve
)

Parameters

sender  PathAspect
 
curve  VisualCurve
 
See Also