EntityList.Regen Method

Regens and compiles only entities that need it. Each entity is automatically regenerated and compiled when added to the Environment.Blocks or Environment.Entities collection. You need to call this function only when you change/transform an entity already in these collections.
Public Sub Regen( _ 
Optional ByVal ro As RegenOptions = null _ 
)
This language is not supported or no code example is available.
public void Regen( 
RegenOptions ro = null 
)
This language is not supported or no code example is available.

Parameters

ro
RegenOptions

Asynchronous regeneration options

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition