书栈网 · BookStack 本次搜索耗时 0.015 秒,为您找到 19782 个相关结果.
  • Collisions

    41 2024-08-11 《Blender 4.2 Manual》
    Collisions Surface Response Sensitivity Collections Collisions Reference Panel: Physics ‣ Rigid Body ‣ Collisions Shape Determines the collision shape of the object; thes...
  • 借用

    借用 借用 多数情况下,我们更希望能访问数据,同时不取得其所有权。为实现这点,Rust 使用 了借用 (borrowing)机制。对象可以通过引用(&T )来传递,从而取代通过 值(T )来传递。 编译器(通过借用检查)静态地保证了引用总是 指向有效的对象。也就是说,当存在 引用指向一个对象时,该对象不能被销毁。 // 此函数取得一个 box 的...
  • 边界框中心

    边界框中心 在物体模式 在编辑模式 边界框中心 参考 模式 物体模式和编辑模式 标题栏 轴心点(Pivot Point) ‣ 边界框中心(Bounding Box Center) 快捷键 Period 边界框是一个矩形框,在选中项周围尽可能紧密地包裹。方向与世界轴平行。 在此模式下,轴心点位于边界框的中心。可以使用 Comma 或...
  • 边界框中心

    边界框中心 在物体模式 在编辑模式 边界框中心 参考 模式 物体模式和编辑模式 标题栏 轴心点(Pivot Point) ‣ 边界框中心(Bounding Box Center) 快捷键 Period 边界框是一个矩形框,在选中项周围尽可能紧密地包裹。方向与世界轴平行。 在此模式下,轴心点位于边界框的中心。可以使用 Comma 或...
  • Filter by region

    Filter geo-temporal data by region Define a geographic region box Example box-shaped region circle Example circular region polygon Example polygonal region Strict and non-s...
  • Native Scene Culling

    Native Scene Culling Octree Scene Culling Occlusion Query Culling Performance optimization suggestions Native Scene Culling Creator supports native scene culling starting fro...
  • Filter by region

    Filter geo-temporal data by region Define a geographic region box Example box-shaped region circle Example circular region polygon Example polygonal region Strict and non-s...
  • RAII

    RAII 参见: RAII Rust 的变量不只是在栈中保存数据:它们也占有 资源,比如 Box<T> 占有堆中的内存。Rust 强制实行 RAII (Resource Acquisition Is Initiallization,资源获取即初始化),所以任何一个对象在离开作用域时,它的析构器(destructor)都被调用以及它的资源都被释放。...
  • Ring Width

    Ring Width Quick reference Basic Usage Adding a ring Focus rings Inset rings Applying conditionally Hover, focus, and other states Breakpoints and media queries Using custo...
  • Kubernetes

    STAN on Kubernetes Minimal STAN Setup HA Setup Using StatefulSets Using Helm Charts STAN on Kubernetes Minimal STAN Setup You can start with the following: kubectl apply -...