VisualAllowWaitOnMove Property |
When true, allows scripting to wait for the OnMoved event. This is false by default to avoid performance degradation for visuals that move frequently.
<p>
Example scripting:
<pre>
sender.AllowWaitOnMove = true;
Wait( sender.OnMoved );
</pre>
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic bool AllowWaitOnMove { get; set; }Property Value
Type:
Boolean
See Also