Click or drag to resize

ILinkRendererUpdateLink Method

Called when a link representation update is required.

Namespace:  KASAPIv2
Assembly:  KAS-API-v2 (in KAS-API-v2.dll) Version: KAS API v2
Syntax
C#
void UpdateLink()
Request Example View Source
Remarks

It's called on every frame update if the link is started. The performance cost of this method is rated as moderate. The callers should consider optimization techniques to avoid calling this method on the every frame update.

A specific renderer implementation may introduce own optimization algorithm when the call becomes too heavy and slow.

See Also