Class BoundedRangeCondition<TData>
Inheritance
BoundedRangeCondition<TData>
Syntax
public abstract class BoundedRangeCondition<TData> : Condition<TData>, ISimulatable, ICondition<TData>, ICondition, IConditionBase, IRequiresTraits<TData>, IRequiresTraits, IConfigurableMatchRating, IRangeBoundingOptions
Type Parameters
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 |
|
Extension Methods