LowLightFusion.MaxSupportedFrameCount Property

Definition

Gets the maximum number of frames that can be submitted to the FuseAsync method.

public:
 static property int MaxSupportedFrameCount { int get(); };
static int MaxSupportedFrameCount();
public static int MaxSupportedFrameCount { get; }
var int32 = LowLightFusion.maxSupportedFrameCount;
Public Shared ReadOnly Property MaxSupportedFrameCount As Integer

Property Value

Int32

int

The maximum number of frames that can be submitted to the FuseAsync method.

Applies to