regenType Enumeration

Entity regen type.
Members
 
  Member name Description
CompileOnly The entity needs only to be compiled. When using this option, you need to call the Entity.UpdateBoundingBox method to compute a valid bounding box for the entity.
NotNeeded The entity is up to date.
RegenAndCompile The entity needs regen and compile

In this article

Definition