Search Results for

    Show / Hide Table of Contents

    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

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.DeepClone<T>(T)
    Extensions.RawClone<T>(T)

    See Also

    FlaxEditor.Progress.ProgressHandler
    In This Article
    • Constructors
      • BakeLightmapsProgress()
    • Properties
      • CanBake
    • Extension Methods
    • See Also
    Back to top Copyright © 2012-2024 Wojciech Figat