研究调查问卷:请告诉我们您使用 Blockly 的体验
开始调查问卷
blockly >blockRendering >ExternalValueInput >(构造函数)
构造 ExternalValueInput
类的新实例
Signature:
constructor(constants: ConstantProvider, input: Input);
参数
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-10-15。
[null,null,["最后更新时间 (UTC):2024-10-15。"],[[["This documentation details the constructor for the `ExternalValueInput` class within Blockly's block rendering system."],["The constructor initializes a new `ExternalValueInput` object using rendering constants and information from a given external value input."],["The primary purpose of this class is to facilitate the measurement and storage of information related to external value inputs for rendering purposes."]]],["The `ExternalValueInput` class is instantiated using a constructor that requires two parameters: `constants` and `input`. The `constants` parameter is a `ConstantProvider` instance responsible for providing rendering constants. The `input` parameter represents the external value input that will be measured and have its information stored during the instantiation. This process creates a new instance of the `ExternalValueInput` class.\n"]]