FlatRedBall.Glue.ElementRuntime.SetCustomVariables C# (CSharp) 메소드

SetCustomVariables() 개인적인 메소드

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