![AB4D logo](../icons/AB4D-logo.png) |
InstancedMeshGeometryVisual3DInstancesData Property |
Gets or sets an array of InstanceData structs that define the world transformations (positions, scales, rotations) and colors or instanced geometry objects.
After each change of InstancesData user must call Update method.
Namespace: Ab3d.VisualsAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.1.9105.2048
Syntaxpublic InstanceData[] InstancesData { get; set; }
Property Value
InstanceData
See Also