Class BoundedRangeCondition
Base class for all conditions which have a match rating beyond simple pass/fail
Inheritance
BoundedRangeCondition
Syntax
public abstract class BoundedRangeCondition : Condition, ISimulatable, ICondition, IConditionBase, IRequiresTraits, IConfigurableMatchRating, IRangeBoundingOptions
Fields
m_MaxBounded
Declaration
protected bool m_MaxBounded
Field Value
m_MinBounded
Declaration
protected bool m_MinBounded
Field Value
m_RatingConfig
Declaration
protected RatingConfiguration m_RatingConfig
Field Value
Properties
maxBounded
Declaration
public bool maxBounded { get; set; }
Property Value
Implements
minBounded
Declaration
public bool minBounded { get; set; }
Property Value
Implements
ratingConfig
Declaration
public virtual RatingConfiguration ratingConfig { get; set; }
Property Value
Implements
Methods
OnRatingConfigChange()
Declaration
public virtual void OnRatingConfigChange()
Implements
ScaleParameters(Single)
Declaration
public virtual void ScaleParameters(float scale)
Parameters
Type |
Name |
Description |
Single |
scale |
|