Click or drag to resize
AB4D logo

InstancedMeshGeometryVisual3DUpdate 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 other instances were changed, it is highly recommended to call Update(Int32, Int32, Boolean) and pass startIndex and count as parameters.
Public methodUpdate(Boolean) Update method updates the data for all instances and provides a parameter to specify if bounding box need to be updated.
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. NOTE: If multiple sections of data are changed, do not call this method multiple times - it is faster to call Update only once.
Top
See Also