Nez.UI.WindowStyle.clone C# (CSharp) 메소드

clone() 공개 메소드

public clone ( ) : WindowStyle
리턴 WindowStyle
		public WindowStyle clone()
		{
			return new WindowStyle {
				background = background,
				titleFont = titleFont,
				titleFontColor = titleFontColor,
				stageBackground = stageBackground
			};
		}
	}