Class Builder
CSG geometry builder
Inheritance
Builder
Namespace: CSG
Assembly: FlaxEngine.dll
File: Engine/CSG/CSGBuilder.h
Syntax
public class Builder
Fields
OnBrushModified
Action fired when any CSG brush on scene gets edited (different dimensions or transformation etc.)
Declaration
public static Delegate<Brush* > OnBrushModified
Field Value
Delegate<Brush >
|
Methods
Build(Scene* scene, float timeoutMs=50)
Build CSG geometry for the given scene.
Declaration
public static void Build(Scene* scene, float timeoutMs=50)
Parameters
Scene
scene
The scene. |
float
timeoutMs
The timeout to wait before building CSG (in milliseconds). |
IsActive()
Declaration
public static bool IsActive()
Returns
bool
|