大约有 2 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0023 秒)
...码如下: const { regClass, property } = Laya; @regClass() export class Main extends Laya.Script { @property({ type: Number }) _radian: number = 0; //带下划线的属性,默认不会出现在IDE的属性面板上,只是用来存储输入的弧度 @property({ type: Number, caption: "角度",...
来源: Laya3.0_文档 发布时间: 20241014
...码如下: const { regClass, property } = Laya; @regClass() export class Main extends Laya.Script { @property({ type: Number }) _radian: number = 0; //带下划线的属性,默认不会出现在IDE的属性面板上,只是用来存储输入的弧度 @property({ type: Number, caption: "角度",...
来源: Laya3.0_文档 发布时间: 20241014