This page has been translated automatically.
视频教程
界面
要领
高级
实用建议
专业(SIM)
UnigineEditor
界面概述
资源工作流程
版本控制
设置和首选项
项目开发
调整节点参数
Setting Up Materials
设置属性
照明
Sandworm
使用编辑器工具执行特定任务
如何擴展編輯器功能
嵌入式节点类型
Nodes
Objects
Effects
Decals
光源
Geodetics
Sound Objects
Pathfinding Objects
Players
编程
基本原理
搭建开发环境
使用范例
C++
C#
UnigineScript
UUSL (Unified UNIGINE Shader Language)
Plugins
File Formats
材质和着色器
Rebuilding the Engine Tools
GUI
双精度坐标
应用程序接口
Animations-Related Classes
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
GUI-Related Classes
Math Functionality
Node-Related Classes
Objects-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
IG Plugin
CIGIConnector Plugin
Rendering-Related Classes
VR-Related Classes
创建内容
内容优化
材质
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
Art Samples
Tutorials

世界节点

A set of world nodes:一组世界节点:

  •   World Trigger — a cuboid-shaped node, which fires callbacks when any node (collider or not) gets inside or outside of it.   World Trigger —一个长方体形的节点,当任何节点(是否有碰撞体)进入其内部或外部时,都会触发回调。
  •   World Clutter — a node used to manage a great number of node references, baked as one object. Objects are scattered, scaled and oriented randomly, they cannot be managed manually.   World Clutter —一个用于管理大量节点引用的节点,作为一个对象烘焙。 Object是s散布,缩放和随机定向的,they无法手动管理。
  •   Switcher — a cuboid-shaped node, switching off (or turning on) all of the nodes inside of it immediately. Switcher should be a parent node for the nodes it controls.   Switcher —一个长方体形的节点,立即关闭(或打开)其内部的所有节点。 Switcher应该是它控制的节点的父节点。
  •   Occluder — a node used to cull objects that are not seen behind it.   Occluder —一个节点,用于剔除后面看不到的对象。
  •   Transform — a succession of transformations based on an arbitrary path.   Transform —基于任意路径的一系列转换。
  •   World Expression — a cuboid-shaped node, inside of which arbitrary expressions are executed. These expressions can be executed for children nodes of World Expression as well.   World Expression —一个长方体形的节点,在其中执行任意表达式。这些表达式也可以对World Expression的子节点执行。
  •   World Spline Graph — a node used to place various nodes at points and along the segments (linear or curved) of a spline graph. It can be utilized to create roads, pipelines, etc.   World Spline Graph —一个节点,用于在样条图的点处以及沿线段(线性或弯曲)放置各种节点。可用于创建道路,管道等。
最新更新: 2021-05-26
Build: ()