VisualAllowWaitOnMove Property |
Property Value
Type: Boolean
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: 10.0.0.6737
Syntaxpublic bool AllowWaitOnMove { get; set; }Property Value
Type:
Boolean
See Also