Instanced |
Name | Description | |
---|---|---|
Update | 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. | |
Update(Boolean) | Update method updates the data for all instances and provides a parameter to specify if bounding box need to be updated. | |
Update(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. |