pointlight.as
来自「著名的flash 3d引擎 away 3d的源代码」· AS 代码 · 共 32 行
AS
32 行
package away3d.core.light{ import away3d.lights.*; /** * Point light primitive */ public class PointLight extends LightPrimitive { /** * The x coordinates of the <code>PointLight3D</code> object. */ public var x:Number; /** * The y coordinates of the <code>PointLight3D</code> object. */ public var y:Number; /** * The z coordinates of the <code>PointLight3D</code> object. */ public var z:Number; /** * A reference to the <code>PointLight3D</code> object used by the light primitive. */ public var light:PointLight3D; }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?