Click or drag to resize
InstancedGeometryVisual3DInstancesData 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.Visuals
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 1.1.5815.1040
Syntax
C#
public InstanceData[] InstancesData { get; set; }

Property Value

Type: InstanceData
See Also