API reference
API reference
Select your platform
No SDKs available
No versions available

TransformFeatureStateThresholds Class

Extends ScriptableObject

Properties

FeatureStateThresholds : IReadOnlyList< IFeatureStateThresholds< TransformFeature, string > >
[Get]
Signature
IReadOnlyList<IFeatureStateThresholds<TransformFeature, string> > FeatureStateThresholds
MinTimeInState : double
[Get]
Signature
double MinTimeInState

Methods

Construct ( featureThresholds , minTimeInState )
Signature
void Construct(List< TransformFeatureThresholds > featureThresholds, double minTimeInState)
Parameters
featureThresholds: List< TransformFeatureThresholds >
minTimeInState: double
Returns
void