Class StreamingSettings
Content streaming settings.
Inherited Members
StreamingSettings
StreamingSettings
StreamingSettings
Assembly: FlaxEngine.dll
File: Engine/Streaming/StreamingSettings.h
Syntax
public class StreamingSettings : public SettingsBase
Fields
TextureGroups
Textures streaming configuration (per-group).
Declaration
public Array<TextureGroup, InlinedAllocation<32>> TextureGroups
Field Value
Array<TextureGroup, InlinedAllocation<32>>
|
Methods
Apply()
Applies the settings to the target system.
Declaration
public virtual void Apply() override
Overrides
Get()
Gets the instance of the settings asset (default value if missing). Object returned by this method is always loaded with valid data to use.
Declaration
public static StreamingSettings* Get()
Returns
StreamingSettings
|