Click or drag to resize

VisualUserData Property

A string that can be used to store any custom data about the visual. This is passed to the WebGL and VR renderers to be used in remote applications.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public string UserData { get; set; }

Property Value

String
See Also