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

SetCustomVariables() private method

private SetCustomVariables ( IElement elementSave ) : void
elementSave IElement
return void
        private void SetCustomVariables(IElement elementSave)
        {
            foreach (CustomVariable cv in elementSave.CustomVariables)
            {
                SetCustomVariable(cv, this.mAssociatedIElement, cv.DefaultValue, true);
            }
        }