VisualShaderNodeComment

继承: VisualShaderNodeResizableBase < VisualShaderNode < Resource < RefCounted < Object

放置在可视化着色器图上的注释节点。

描述

可调整大小的矩形区域,标题 title 和描述 description 均可更改,可用于更好地组织其他可视化着色器节点。

属性

String

description

“”

String

title

“Comment”


属性说明

String description = ""

  • void set_description ( String value )

  • String get_description ( )

放置在标题下方的额外说明。


String title = "Comment"

节点的标题。

Previous Next


© 版权所有 2014-present Juan Linietsky, Ariel Manzur and the Godot community (CC BY 3.0). Revision b1c660f7.

Built with Sphinx using a theme provided by Read the Docs.