UnityAI.Core.Fuzzy.ContinuousFuzzyRuleVariable.SetFuzzyValue C# (CSharp) Method

SetFuzzyValue() public method

Set the Fuzzy Value
public SetFuzzyValue ( FuzzySet newValue ) : void
newValue FuzzySet
return void
        public override void SetFuzzyValue(FuzzySet newValue)
        {
            SetRawValue(newValue);
        }

Same methods

ContinuousFuzzyRuleVariable::SetFuzzyValue ( FuzzySet newSet, double truthValue ) : void