书栈网 · BookStack 本次搜索耗时 0.018 秒,为您找到 316 个相关结果.
  • GDScript grammar

    GDScript grammar GDScript grammar This is the formal grammar of GDScript written in EBNF , for reference purposes. 注解 This grammar is descriptive only, derived from the refer...
  • Atomics

    Atomics Atomics V has no special support for atomics, yet, nevertheless it’s possible to treat variables as atomics by calling C functions from V. The standard C11 atomic functi...
  • GDScript 语法

    GDScript 语法 GDScript 语法 这是用 EBNF 描述的 GDScript 形式文法,供参考。 备注 此语法源自参考文档和当前实现,仅用于描述。GDScript 解析器不是 根据语法定义生成的。如果有不一致的地方,应该是此语法的错误,不是 GDScript 的 Bug。 (* GDScript EBNF grammar ....
  • GDScript 语法

    GDScript 语法 GDScript 语法 这是用 EBNF 描述的 GDScript 形式文法,供参考。 注解 此语法源自参考文档和当前实现,仅用于描述。GDScript 解析器 不是 根据语法定义生成的。如果有不一致的地方,应该是此语法的错误,不是 GDScript 的 Bug。 (* GDScript EBNF grammar...
  • 析构过程

    析构过程 析构过程原理 析构器实践 析构过程 1.0翻译:bruce0505 校对:fd5788 2.0翻译+校对:chenmingbiao 2.1校对:shanks ,2015-10-31 2.2翻译+校对:SketchK 2016-05-143.0.1,shanks,2016-11-13 4.0校对:kemchenj 20...
  • What’s With That Name?

    What’s With That Name? What’s With That Name? The name JavaScript is probably the most mistaken and misunderstood programming language name. Is this language related to Java? ...
  • GDScript 语法

    GDScript 语法 Work in progress The content of this page was not yet updated for Godot 4.2 and may be outdated . If you know how to improve this page or you can confirm that it’s ...
  • 析构过程

    析构过程 析构过程原理 析构器实践 析构过程 析构器只适用于类类型,当一个类的实例被释放之前,析构器会被立即调用。析构器用关键字 deinit 来标示,类似于构造器要用 init 来标示。 析构过程原理 Swift 会自动释放不再需要的实例以释放资源。如 自动引用计数 章节中所讲述,Swift 通过自动引用计数(ARC) 处理实例的内存管...
  • 6.3.2. 双向关联(Bidirectional associations)

    6.3.2. 双向关联(Bidirectional associations) 6.3.2. 双向关联(Bidirectional associations) 双向关联允许通过关联的任一端访问另外一端。在Hibernate中, 支持两种类型的双向关联: 一对多(one-to-many) Set或者bag值在一端, 单独值(非集合)在另外一端 多...
  • GDScript grammar

    GDScript grammar Work in progress The content of this page was not yet updated for Godot 4.0 and may be outdated . If you know how to improve this page or you can confirm that ...