regenType Enumeration

Entity regen type.
Fields
 
Name Value Description
CompileOnly 2 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 0 The entity is up to date.
RegenAndCompile 1 The entity needs regen and compile

In this article

Definition