Search Results for

    Show / Hide Table of Contents

    Class StreamingSettings

    Content streaming settings.

    Inheritance
    System.Object
    SettingsBase
    StreamingSettings
    Namespace: FlaxEditor.Content.Settings
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public sealed class StreamingSettings : SettingsBase

    Constructors

    StreamingSettings()

    Declaration
    public StreamingSettings()

    Fields

    TextureGroups

    Textures streaming configuration (per-group).

    Declaration
    [EditorOrder(100)]
    [EditorDisplay("Textures", null)]
    public TextureGroup[] TextureGroups
    Field Value
    TextureGroup[]

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.DeepClone<T>(T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat