包含 Bolt Visual Scripting 示例的 Unity 包的集合。 每个示例都演示了如何使用 Unity 编辑器功能、游戏逻辑等,无需编写任何代码。
您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

58 行
2.4 KiB

<?xml version="1.0"?>
<doc>
<assembly>
<name>Bolt.Flow.Editor</name>
</assembly>
<members>
<member name="P:Bolt.BoltFlowConfiguration.updateUnitsAutomatically">
<summary>
(Experimental) Whether the unit database should be incrementally updated
whenever a codebase change is detected.
</summary>
</member>
<member name="P:Bolt.BoltFlowConfiguration.predictPotentialNullReferences">
<summary>
Whether predictive debugging should warn about null value inputs.
Note that in some cases, this setting may report false positives.
</summary>
</member>
<member name="P:Bolt.BoltFlowConfiguration.predictPotentialMissingComponents">
<summary>
Whether predictive debugging should warn about missing components.
Note that in some cases, this setting may report false positives.
</summary>
</member>
<member name="P:Bolt.BoltFlowConfiguration.showConnectionValues">
<summary>
Whether values should be shown on flow graph connections.
</summary>
</member>
<member name="P:Bolt.BoltFlowConfiguration.predictConnectionValues">
<summary>
Whether predictable values should be shown on flow graph connections.
</summary>
</member>
<member name="P:Bolt.BoltFlowConfiguration.hidePortLabels">
<summary>
Whether labels should be hidden on ports when the value can be deduced from the context.
Disabling will make units more explicit but less compact.
</summary>
</member>
<member name="P:Bolt.BoltFlowConfiguration.animateControlConnections">
<summary>
Whether active control connections should show a droplet animation.
</summary>
</member>
<member name="P:Bolt.BoltFlowConfiguration.animateValueConnections">
<summary>
Whether active value connections should show a droplet animation.
</summary>
</member>
<member name="P:Bolt.BoltFlowConfiguration.skipContextMenu">
<summary>
When active, right-clicking a flow graph will skip the context menu
and instantly open the fuzzy finder. To open the context menu, hold shift.
</summary>
</member>
</members>
</doc>