📄 pointlight.as
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -