Static
getThis is the initial instance count when creating a new instancing structure.
Override this and the number of max instances that you expect for a given object.
The larger the value the more objects can be added without having to resize but it will also consume more memory.
(The instancing mesh renderer will grow x2 if the max instance count is reached)
The initial instance count
Handles instancing for Needle Engine.