FlatRedBall.Glue.ElementRuntime.SetCustomVariable C# (CSharp) Method

SetCustomVariable() public method

public SetCustomVariable ( CustomVariable cv ) : void
cv FlatRedBall.Glue.SaveClasses.CustomVariable
return void
        public void SetCustomVariable(CustomVariable cv)
        {
            SetCustomVariable(cv, this.mAssociatedIElement, cv.DefaultValue, true);
        }

Same methods

ElementRuntime::SetCustomVariable ( CustomVariable cv, IElement container, object valueToSetTo, bool attachAndUnattach, VariableSettingOptions settingOptions = VariableSettingOptions.TreatAbsoluteAsRelativeIfAttached ) : void