Click or drag to resize
AB4D logo

InstancedModelGroupVisual3DUpdate Method

Overload List
 NameDescription
Public methodUpdate Update method updates the data for all instances. It must be called after InstancesData are changed. When only some of the instances were changed, it is highly recommended to call Update(Int32, Int32, Boolean) and pass startIndex and count as parameters.
Public methodUpdate(Int32, Int32, Boolean) Update method updates instance data specified with startIndex, count parameters and updateBounds. This method can be called after some instance transformations or colors were changed.
Top
See Also