Class BakeLightmapsProgress
Static lightmaps baking progress reporting handler.
Inheritance
System.Object
FlaxEditor.Progress.ProgressHandler
BakeLightmapsProgress
Namespace: FlaxEditor.Progress.Handlers
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class BakeLightmapsProgress : ProgressHandler
Constructors
BakeLightmapsProgress()
Initializes a new instance of the BakeLightmapsProgress class.
Declaration
public BakeLightmapsProgress()
Properties
CanBake
Gets a value indicating whether GPU lightmaps baking is supported on this device.
Declaration
public static bool CanBake { get; }
Property Value
System.Boolean
|
Extension Methods
See Also
FlaxEditor.Progress.ProgressHandler