Struct StreamingOptions
Available options when streaming a resource.
public struct StreamingOptions- Inherited Members
Fields
Default
The default steaming options: KeepLoaded=false, ForceHighestQuality=false, LoadImmediately=false
public static StreamingOptions DefaultField Value
DoNotStream
Do not stream the texture always keep it to the higest quality
public static StreamingOptions DoNotStreamField Value
ForceHighestQuality
Force the resource to be loaded at highest quality.
public bool ForceHighestQualityField Value
IgnoreResource
Do not update the resource data
public bool IgnoreResourceField Value
KeepLoaded
Keep the resource loaded even if not rendered on the screen.
public bool KeepLoadedField Value
LoadAtOnce
Request the immediate loading of the resource to its highest level of quality.
public static StreamingOptions LoadAtOnceField Value
LoadImmediately
Block the execution flow and load the resource up to maximum quality synchronously.
public bool LoadImmediatelyField Value
Methods
CombineWith(StreamingOptions)
Merge and return the combination of two streaming options for a same resource.
public StreamingOptions CombineWith(StreamingOptions other)Parameters
- otherStreamingOptions