LooperActionOptions Class +
+Namespace: Cysharp.Threading
+Assembly: Cysharp.Threading.LogicLooper.dll
+ +Provides options for the loop-action.
+public class LooperActionOptions : object
+ Inheritance
+ System.Object → + LooperActionOptions +Implements
+Members
+Constructors +
+Name | +Description | +
---|---|
+ LooperActionOptions(Nullable<Int32>) + | +Provides options for the loop-action. + |
+
Properties +
+Name | +Description | +
---|---|
+ Default + | ++ |
+ TargetFrameRateOverride + | ++ |
Constructors +
+LooperActionOptions(Nullable<Int32>)
+Provides options for the loop-action.
+public LooperActionOptions(int? TargetFrameRateOverride = null)
+ Parameters
+-
+
TargetFrameRateOverride
System.Nullable<System.Int32>
+ Set a override value for the target frame rate. LogicLooper tries to get as close to the target value as possible, but it is not as accurate as the Looper's frame rate.
+
+
Properties +
+Default
+ + + +public static LooperActionOptions Default { get; }
+ Property Value
+-
+
- LooperActionOptions + +
TargetFrameRateOverride
+ + + +public int? TargetFrameRateOverride { get; set; }
+ Property Value
+-
+
- System.Nullable<System.Int32> + +