⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 distortionconstants.as

📁 Flex三维特效 examples - see DistortionExamples.mxml bin - Use the included SWC component for productio
💻 AS
字号:
package com.adobe.ac.mxeffects
{
	public class DistortionConstants
	{
		public static const LEFT : String = "LEFT";

		public static const RIGHT : String = "RIGHT";

		public static const TOP : String = "TOP";

		public static const BOTTOM : String = "BOTTOM";

		public static const DOWN : String = "DOWN";

		public static const UP : String = "UP";

		public static const POPUP : String = "POPUP";	
		
		public static const REPLACE : String = "REPLACE";
		
		public static const ADD : String = "ADD";
		
		public static const OVERWRITE : String = "OVERWRITE";
	}
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -