Table of Contents

Field isDynamic

Namespace
YVR.Core
Assembly
YVR.Core.Runtime.dll

Render content is dynamic If the content you are rendering is dynamic, set this value to true, otherwise the rendered image will remain static even if the data content is updated. This is done to reduce the performance cost of static page rendering.

[SerializeField]
protected bool isDynamic

Returns

bool
Render content is dynamic If the content you are rendering is dynamic, set this value to true, otherwise the rendered image will remain static even if the data content is updated. This is done to reduce the performance cost of static page rendering.