NativeScript

Inherits: Script < Resource < Reference < Object

类别: 核心

简要说明

方法

String

get_class_documentation ( ) const

String

get_method_documentation ( String method ) const

String

get_property_documentation ( String path ) const

String

get_signal_documentation ( String signal_name ) const

Object

new ( ... ) vararg

属性描述

违约

设定器

设置类名称(值)

吸气剂

获取u类u名称()

设定器

设置库(值)

吸气剂

获取库()

  • String script_class_icon_path

违约

设定器

设置脚本类图标路径(值)

吸气剂

获取脚本类图标路径()

违约

设定器

设置脚本类名称(值)

吸气剂

获取脚本类名称()

方法说明

  • String get_class_documentation ( ) const

返回以前用设置的文档字符串 godot_nativescript_set_class_documentation .

返回以前用设置的文档字符串 godot_nativescript_set_method_documentation .

返回以前用设置的文档字符串 godot_nativescript_set_property_documentation .

  • String get_signal_documentation ( String signal_name ) const

返回以前用设置的文档字符串 godot_nativescript_set_signal_documentation .

构造已附加此类型脚本的基类型的新对象。

Note :传递给此函数的任何参数都将被忽略,不会传递给本机构造函数函数。这将在将来的API扩展中随而改变。