distortionconstants.as
来自「Flex三维特效 examples - see DistortionExamp」· AS 代码 · 共 25 行
AS
25 行
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 + =
减小字号Ctrl + -
显示快捷键?